Share via


HostFileChangeMonitor.FilePaths 属性

定义

获取已传递给 HostFileChangeMonitor(IList<String>) 构造函数的目录和文件路径的集合。

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

属性值

目录和文件路径的集合。

适用于