IFileWatcherService.OnBatchFileSystemChanged 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
批处理事件文件系统通知
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)