ParameterInformation.Label 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置参数的标签。
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))
属性值
- 属性