DidOpenTextDocumentParams.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 TextDocumentItem which represents the text document that was opened.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentItem ^ TextDocument { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentItem ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentItem ^ value); };
[System.Runtime.Serialization.DataMember(Name="textDocument")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentItem TextDocument { get; set; }
[<System.Runtime.Serialization.DataMember(Name="textDocument")>]
member this.TextDocument : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentItem with get, set
Public Property TextDocument As TextDocumentItem
Property Value
- Attributes