DocumentSymbolParams.TextDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text document.
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
Property Value
- Attributes