Share via


SignatureHelp.Signatures Property

Definition

Gets or sets an array of signatures associated with the callable item.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SignatureInformation ^> ^ Signatures { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SignatureInformation ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SignatureInformation ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="signatures")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SignatureInformation[] Signatures { get; set; }
[System.Runtime.Serialization.DataMember(Name="signatures")]
[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SignatureInformation[] Signatures { get; set; }
[<System.Runtime.Serialization.DataMember(Name="signatures")>]
member this.Signatures : Microsoft.VisualStudio.LanguageServer.Protocol.SignatureInformation[] with get, set
[<System.Runtime.Serialization.DataMember(Name="signatures")>]
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)>]
member this.Signatures : Microsoft.VisualStudio.LanguageServer.Protocol.SignatureInformation[] with get, set
Public Property Signatures As SignatureInformation()

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to