TextDocumentSyncOptions.Change Свойство

Определение

Возвращает или задает значение, указывающее, как синхронизируются текстовые документы с сервером.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind Change { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind value); };
[System.Runtime.Serialization.DataMember(Name="change")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncKind Change { get; set; }
[<System.Runtime.Serialization.DataMember(Name="change")>]
member this.Change : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncKind with get, set
Public Property Change As TextDocumentSyncKind

Значение свойства

TextDocumentSyncKind
Атрибуты

Применяется к