ServerCapabilities.TextDocumentSync Özellik

Tanım

Metin belgesinin nasıl eşitlendiğini gösteren değeri alır veya ayarlar.

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")>]
member this.TextDocumentSync : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncOptions with get, set
Public Property TextDocumentSync As TextDocumentSyncOptions

Özellik Değeri

TextDocumentSyncOptions
Öznitelikler
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute

Şunlara uygulanır