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