ParameterInformation.Label 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 label of the parameter.
public:
property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Tuple<int, int> ^> Label { Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Tuple<int, int> ^> get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Tuple<int, int> ^> value); };
[System.Runtime.Serialization.DataMember(Name="label")]
public string Label { get; set; }
[System.Runtime.Serialization.DataMember(Name="label")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string,Tuple<int,int>> Label { get; set; }
[<System.Runtime.Serialization.DataMember(Name="label")>]
member this.Label : string with get, set
[<System.Runtime.Serialization.DataMember(Name="label")>]
member this.Label : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string, int * int> with get, set
Public Property Label As String
Public Property Label As SumType(Of String, Tuple(Of Integer, Integer))
Property Value
- Attributes