SynchronizationSetting Class
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.
Class which represents synchronization initialization setting.
See the Language Server Protocol specification for additional information.
public ref class SynchronizationSetting : Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting
[System.Runtime.Serialization.DataContract]
public class SynchronizationSetting : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting
[<System.Runtime.Serialization.DataContract>]
type SynchronizationSetting = class
inherit DynamicRegistrationSetting
Public Class SynchronizationSetting
Inherits DynamicRegistrationSetting
- Inheritance
- Attributes
Constructors
SynchronizationSetting() |
Properties
DidSave |
Gets or sets a value indicating whether DidSave event is supported. |
DynamicRegistration |
Gets or sets a value indicating whether setting can be dynamically registered. (Inherited from DynamicRegistrationSetting) |
WillSave |
Gets or sets a value indicating whether WillSave event is supported. |
WillSaveWaitUntil |
Gets or sets a value indicating whether WillSaveWaitUntil event is supported. |