SignatureHelp Class

Definition

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.

Applies to