Methods.TextDocumentTypeDefinition Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Строго типизированный объект Message для "textDocument/Типедефинитион".
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams ^, Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<Microsoft::VisualStudio::LanguageServer::Protocol::Location ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Location ^> ^>>> ^ TextDocumentTypeDefinition;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams,Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<Microsoft.VisualStudio.LanguageServer.Protocol.Location,Microsoft.VisualStudio.LanguageServer.Protocol.Location[]>>> TextDocumentTypeDefinition;
staticval mutable TextDocumentTypeDefinition : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams, Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<Microsoft.VisualStudio.LanguageServer.Protocol.Location, Microsoft.VisualStudio.LanguageServer.Protocol.Location[]>>>
Public Shared ReadOnly TextDocumentTypeDefinition As LspRequest(Of TextDocumentPositionParams, Nullable(Of SumType(Of Location, Location())))