Sdílet prostřednictvím


FileChangeMonitor.FilePaths Vlastnost

Definice

Získá kolekci, která obsahuje cesty k souborům, které jsou sledovány pro změny.

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

Hodnota vlastnosti

Kolekce cest k souborům.

Poznámky

Kolekce je obvykle nastavena v konstruktoru odvozeného FileChangeMonitor typu.

Chcete-li zajistit vlastní sledování změn souborů, je nutné přepsat tuto metodu v odvozené třídě.

Platí pro