次の方法で共有


Methods.WorkspaceSymbol Field

Definition

Strongly typed message object for 'workspace/symbol'.

public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::WorkspaceSymbolParams ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::SymbolInformation ^> ^> ^ WorkspaceSymbol;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceSymbolParams,Microsoft.VisualStudio.LanguageServer.Protocol.SymbolInformation[]> WorkspaceSymbol;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceSymbolParams,Microsoft.VisualStudio.LanguageServer.Protocol.SymbolInformation[]?> WorkspaceSymbol;
 staticval mutable WorkspaceSymbol : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceSymbolParams, Microsoft.VisualStudio.LanguageServer.Protocol.SymbolInformation[]>
Public Shared ReadOnly WorkspaceSymbol As LspRequest(Of WorkspaceSymbolParams, SymbolInformation()) 

Field Value

Applies to