FileSystemWatcher.Filters Vlastnost

Definice

Získá kolekci všech filtrů použitých k určení souborů, které jsou monitorovány v adresáři.

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)

Hodnota vlastnosti

Kolekce filtrů.

Platí pro