Share via


TextDocumentSyncOptions.OpenClose Property

Definition

Gets or sets a value indicating whether open and close notifications are sent to the server.

public:
 property bool OpenClose { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="openClose")]
public bool OpenClose { get; set; }
[System.Runtime.Serialization.DataMember(Name="openClose")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public bool OpenClose { get; set; }
[<System.Runtime.Serialization.DataMember(Name="openClose")>]
member this.OpenClose : bool with get, set
[<System.Runtime.Serialization.DataMember(Name="openClose")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.OpenClose : bool with get, set
Public Property OpenClose As Boolean

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to