TextDocumentChangeRegistrationOptions.SyncKind Property

Definition

Gets or sets the TextDocumentSyncKind that indicates how documents should be synced.

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

Property Value

Attributes

Applies to