Methods.TextDocumentReferences Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Строго типизированный объект Message для "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())