SignatureHelpContext Class
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.
Class representing additional information about the context in which a signature help request is triggered.
See the Language Server Protocol specification for additional information.
public ref class SignatureHelpContext
[System.Runtime.Serialization.DataContract]
public class SignatureHelpContext
[<System.Runtime.Serialization.DataContract>]
type SignatureHelpContext = class
Public Class SignatureHelpContext
- Inheritance
-
SignatureHelpContext
- Attributes
Constructors
SignatureHelpContext() |
Properties
ActiveSignatureHelp |
Gets or sets the currently active SignatureHelp. |
IsRetrigger |
Gets or sets a value indicating whether signature help was already showing when it was triggered. |
TriggerCharacter |
Gets or sets the character that caused signature help to be triggered. This value is null when triggerKind is not TriggerCharacter. |
TriggerKind |
Gets or sets the SignatureHelpTriggerKind indicating how the signature help was triggered. |