IFileWatcherService.OnBatchFileSystemChanged 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.
Batch Event File system notification
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ OnBatchFileSystemChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs> OnBatchFileSystemChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs>? OnBatchFileSystemChanged { get; set; }
member this.OnBatchFileSystemChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs> with get, set
Public Property OnBatchFileSystemChanged As AsyncEvent(Of BatchFileSystemEventArgs)