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)

属性值

筛选器集合。

适用于