DocumentSymbolParams.TextDocument Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает текстовый документ.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentIdentifier ^ TextDocument { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentIdentifier ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentIdentifier ^ value); };
[System.Runtime.Serialization.DataMember(Name="textDocument")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentIdentifier TextDocument { get; set; }
[<System.Runtime.Serialization.DataMember(Name="textDocument")>]
member this.TextDocument : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentIdentifier with get, set
Public Property TextDocument As TextDocumentIdentifier
Значение свойства
- Атрибуты