DocumentOnTypeFormattingParams.TextDocument Property

Definition

Gets or sets the TextDocumentIdentifier representing the document to format.

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

Applies to