次の方法で共有


ServerCapabilities.TextDocumentSync Property

Definition

Gets or sets the value which indicates how text document are synced.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncOptions ^ TextDocumentSync { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncOptions ^ value); };
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncConverter))]
[System.Runtime.Serialization.DataMember(Name="textDocumentSync")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncOptions TextDocumentSync { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncConverter))]
[System.Runtime.Serialization.DataMember(Name="textDocumentSync")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncOptions? TextDocumentSync { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncConverter))>]
[<System.Runtime.Serialization.DataMember(Name="textDocumentSync")>]
member this.TextDocumentSync : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncOptions with get, set
Public Property TextDocumentSync As TextDocumentSyncOptions

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute

Applies to