SignatureInformationSetting.ParameterInformation 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 parameter information the client supports.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformationSetting ^ ParameterInformation { Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::ParameterInformationSetting ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="parameterInformation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformationSetting ParameterInformation { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="parameterInformation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformationSetting? ParameterInformation { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="parameterInformation")>]
member this.ParameterInformation : Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformationSetting with get, set
Public Property ParameterInformation As ParameterInformationSetting
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute