WorkspaceSymbolParams.Progress Property

Definition

Gets or sets the value of the Progress instance.

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

Property Value

Attributes

Applies to