SignatureHelp 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 the signature of something callable. This class is returned from the textDocument/signatureHelp request.
See the Language Server Protocol specification for additional information.
public ref class SignatureHelp
[System.Runtime.Serialization.DataContract]
public class SignatureHelp
[<System.Runtime.Serialization.DataContract>]
type SignatureHelp = class
Public Class SignatureHelp
- Inheritance
-
SignatureHelp
- Attributes
Constructors
SignatureHelp() |
Properties
ActiveParameter |
Gets or sets the active parameter. If the value is omitted or falls outside the range of Signatures[ActiveSignature].Parameters it defaults to zero. |
ActiveSignature |
Gets or sets the active signature. If the value is omitted or falls outside the range of Signatures it defaults to zero. |
Signatures |
Gets or sets an array of signatures associated with the callable item. |