次の方法で共有


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)

プロパティ値

ディレクトリおよびファイル パスのコレクション。

適用対象