WorkspaceClientCapabilities.DidChangeWatchedFiles 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 setting which determines if did change watched files can be dynamically registered.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ DidChangeWatchedFiles { Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="didChangeWatchedFiles")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting DidChangeWatchedFiles { get; set; }
[System.Runtime.Serialization.DataMember(Name="didChangeWatchedFiles")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting? DidChangeWatchedFiles { get; set; }
[<System.Runtime.Serialization.DataMember(Name="didChangeWatchedFiles")>]
member this.DidChangeWatchedFiles : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="didChangeWatchedFiles")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.DidChangeWatchedFiles : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
Public Property DidChangeWatchedFiles As DynamicRegistrationSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute