IFileWatcherService.OnBatchFileSystemChanged 属性

定义

批处理事件文件系统通知

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; }
member this.OnBatchFileSystemChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs> with get, set
Public Property OnBatchFileSystemChanged As AsyncEvent(Of BatchFileSystemEventArgs)

属性值

AsyncEvent<BatchFileSystemEventArgs>

适用于