BatchFileSystemEventArgs(IEnumerable<FileSystemEventArgs>) Oluşturucu

Tanım

BatchFileSystemEventArgs sınıfının yeni bir örneğini başlatır.

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))

Parametreler

fileSystemEvents
IEnumerable<FileSystemEventArgs>

Tüm dosya sistemleri olayları

Şunlara uygulanır