TextDocumentChangeRegistrationOptions.SyncKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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