次の方法で共有


TextDocumentSyncOptions.Change Property

Definition

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
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute DefaultValueAttribute

Applies to