Bagikan melalui


FileChangeMonitor.FilePaths Properti

Definisi

Mendapatkan koleksi yang berisi jalur file yang dipantau untuk perubahan.

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)

Nilai Properti

Kumpulan jalur file.

Keterangan

Koleksi biasanya diatur dalam konstruktor dari jenis turunan FileChangeMonitor .

Untuk menyediakan pemantauan perubahan file kustom, Anda harus mengambil alih metode ini di kelas turunan.

Berlaku untuk