TextDocumentClientCapabilities.Synchronization 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 synchronization setting.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::SynchronizationSetting ^ Synchronization { Microsoft::VisualStudio::LanguageServer::Protocol::SynchronizationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SynchronizationSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="synchronization")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SynchronizationSetting Synchronization { get; set; }
[System.Runtime.Serialization.DataMember(Name="synchronization")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SynchronizationSetting? Synchronization { get; set; }
[<System.Runtime.Serialization.DataMember(Name="synchronization")>]
member this.Synchronization : Microsoft.VisualStudio.LanguageServer.Protocol.SynchronizationSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="synchronization")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Synchronization : Microsoft.VisualStudio.LanguageServer.Protocol.SynchronizationSetting with get, set
Public Property Synchronization As SynchronizationSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute