BatchFileSystemEventArgs(IEnumerable<FileSystemEventArgs>) Constructor

Definition

Initializes a new instance of the BatchFileSystemEventArgs class.

public:
 BatchFileSystemEventArgs(System::Collections::Generic::IEnumerable<System::IO::FileSystemEventArgs ^> ^ fileSystemEvents);
public BatchFileSystemEventArgs (System.Collections.Generic.IEnumerable<System.IO.FileSystemEventArgs> fileSystemEvents);
new Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs : seq<System.IO.FileSystemEventArgs> -> Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs
Public Sub New (fileSystemEvents As IEnumerable(Of FileSystemEventArgs))

Parameters

fileSystemEvents
IEnumerable<FileSystemEventArgs>

All file systems events

Applies to