Enum SignatureHelpTriggerReason
Determines how Signature provider was triggered.
public enum SignatureHelpTriggerReason
Fields
InvokeSignatureHelpCommand = 0Signature help was invoked manually by the user or by a command.
RetriggerCommand = 2Signature help was triggered by a trigger character for the signature help is already active.
TypeCharCommand = 1Signature help was triggered by a trigger character.