ServerCapabilities.TextDocumentSync 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 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