Share via


SignatureInformation.Parameters Property

Definition

Gets or sets the parameters of this signature.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ Parameters { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformation ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="parameters")]
public Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[] Parameters { get; set; }
[System.Runtime.Serialization.DataMember(Name="parameters")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[]? Parameters { get; set; }
[<System.Runtime.Serialization.DataMember(Name="parameters")>]
member this.Parameters : Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[] with get, set
[<System.Runtime.Serialization.DataMember(Name="parameters")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Parameters : Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformation[] with get, set
Public Property Parameters As ParameterInformation()

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to