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