SignatureInformation.Parameters Property
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.
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