SignatureHelpTriggerKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum which represents the various ways in which completion can be triggered.
See the Language Server Protocol specification for additional information.
public enum class SignatureHelpTriggerKind
[System.Runtime.Serialization.DataContract]
public enum SignatureHelpTriggerKind
[<System.Runtime.Serialization.DataContract>]
type SignatureHelpTriggerKind =
Public Enum SignatureHelpTriggerKind
- Inheritance
-
SignatureHelpTriggerKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invoked | 1 | Signature help was invoked manually by the user or a command. |
TriggerCharacter | 2 | Signature help was triggered by a trigger character. |
ContentChange | 3 | Signature help was triggered by the cursor moving or by the document content changing. |