WorkspaceSymbolParams.PartialResultToken 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 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