FileSystemWatcher.Filters 屬性

定義

取得用於決定要在目錄中監視哪些檔案的所有篩選器集合。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Filters { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Filters { get; }
member this.Filters : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Filters As Collection(Of String)

屬性值

Collection<String>

篩選集合。

適用於