共用方式為


SemanticTokensParams.PartialResultToken Property

Definition

Gets or sets the value of the Progress instance.

public:
 property IProgress<Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensPartialResult ^> ^ PartialResultToken { IProgress<Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensPartialResult ^> ^ get(); void set(IProgress<Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensPartialResult ^> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="partialResultToken")]
public IProgress<Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensPartialResult>? PartialResultToken { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="partialResultToken")>]
member this.PartialResultToken : IProgress<Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensPartialResult> with get, set
Public Property PartialResultToken As IProgress(Of SemanticTokensPartialResult)

Property Value

Implements

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to