FileChangeMonitor.FilePaths 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个集合,该集合包含要监视其是否发生更改的文件路径。
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 类型的构造函数中设置。
若要提供自定义文件更改监视,必须在派生类中重写此方法。