ParameterInformation.Label Property

Definition

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

Applies to