FileSystemContextChanged Oluşturucular

Tanım

Aşırı Yüklemeler

FileSystemContextChanged(IWorkspace, Func<FileSystemEventArgs,Boolean>)

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

FileSystemContextChanged(IWorkspace, IEnumerable<String>, WatcherChangeTypes)

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

FileSystemContextChanged(IWorkspace, Func<FileSystemEventArgs,Boolean>)

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

public:
 FileSystemContextChanged(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace, Func<System::IO::FileSystemEventArgs ^, bool> ^ fileSystemEventFilter);
public FileSystemContextChanged (Microsoft.VisualStudio.Workspace.IWorkspace workspace, Func<System.IO.FileSystemEventArgs,bool> fileSystemEventFilter);
new Microsoft.VisualStudio.Workspace.FileSystemContextChanged : Microsoft.VisualStudio.Workspace.IWorkspace * Func<System.IO.FileSystemEventArgs, bool> -> Microsoft.VisualStudio.Workspace.FileSystemContextChanged
Public Sub New (workspace As IWorkspace, fileSystemEventFilter As Func(Of FileSystemEventArgs, Boolean))

Parametreler

workspace
IWorkspace

Çalışma alanı örneği

fileSystemEventFilter
Func<FileSystemEventArgs,Boolean>

Uygulanacak dosya sistemi olay filtresi

Şunlara uygulanır

FileSystemContextChanged(IWorkspace, IEnumerable<String>, WatcherChangeTypes)

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

public FileSystemContextChanged (Microsoft.VisualStudio.Workspace.IWorkspace workspace, System.Collections.Generic.IEnumerable<string> inputFiles, System.IO.WatcherChangeTypes watcherChangeTypes = System.IO.WatcherChangeTypes.All);
new Microsoft.VisualStudio.Workspace.FileSystemContextChanged : Microsoft.VisualStudio.Workspace.IWorkspace * seq<string> * System.IO.WatcherChangeTypes -> Microsoft.VisualStudio.Workspace.FileSystemContextChanged
Public Sub New (workspace As IWorkspace, inputFiles As IEnumerable(Of String), Optional watcherChangeTypes As WatcherChangeTypes = System.IO.WatcherChangeTypes.All)

Parametreler

workspace
IWorkspace

Çalışma alanı örneği

inputFiles
IEnumerable<String>

İzlenecek giriş dosyaları

watcherChangeTypes
WatcherChangeTypes

İzlenecek türleri Değiştir

Şunlara uygulanır