DidChangeWatchedFilesRegistrationOptions.Watchers Property

Definition

Gets or sets the watchers that should be registered.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileSystemWatcher ^> ^ Watchers { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileSystemWatcher ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileSystemWatcher ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="watchers")]
public Microsoft.VisualStudio.LanguageServer.Protocol.FileSystemWatcher[] Watchers { get; set; }
[<System.Runtime.Serialization.DataMember(Name="watchers")>]
member this.Watchers : Microsoft.VisualStudio.LanguageServer.Protocol.FileSystemWatcher[] with get, set
Public Property Watchers As FileSystemWatcher()

Property Value

Attributes

Applies to