WorkspaceSymbolParams.PartialResultToken Property

Definition

Gets or sets the value of the Progress instance.

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

Property Value

Implements

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to