FileChangeMonitor.FilePaths 属性

定义

获取一个集合,该集合包含要监视其是否发生更改的文件路径。

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)

属性值

文件路径的集合。

注解

集合通常在派生 FileChangeMonitor 类型的构造函数中设置。

若要提供自定义文件更改监视,必须在派生类中重写此方法。

适用于