Share via


FileChangeMonitor.FilePaths Özellik

Tanım

Değişiklikler için izlenen dosyaların yollarını içeren bir koleksiyon alır.

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)

Özellik Değeri

Dosya yolları koleksiyonu.

Açıklamalar

Koleksiyon genellikle türetilmiş FileChangeMonitor bir türün oluşturucusunda ayarlanır.

Özel dosya değişikliği izlemesi sağlamak için, türetilmiş bir sınıfta bu yöntemi geçersiz kılmanız gerekir.

Şunlara uygulanır