Methods.TextDocumentReferences Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Objeto de mensagem fortemente tipado para ' textDocument/References '.
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::ReferenceParams ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Location ^> ^> ^ TextDocumentReferences;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ReferenceParams,Microsoft.VisualStudio.LanguageServer.Protocol.Location[]> TextDocumentReferences;
staticval mutable TextDocumentReferences : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ReferenceParams, Microsoft.VisualStudio.LanguageServer.Protocol.Location[]>
Public Shared ReadOnly TextDocumentReferences As LspRequest(Of ReferenceParams, Location())