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)

屬性值

目錄和檔案路徑的集合。

適用於