TextDocumentSyncOptions.Change 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 indicating how text documents are synced with the server.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind Change { Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind value); };
public:
property Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind> Change { Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentSyncKind> get(); void set(Nullable<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")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncKind.None)]
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
[<System.Runtime.Serialization.DataMember(Name="change")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncKind.None)>]
member this.Change : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentSyncKind> with get, set
Public Property Change As TextDocumentSyncKind
Public Property Change As Nullable(Of TextDocumentSyncKind)
Property Value
- Attributes