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)

속성 값

디렉터리 및 파일 경로 컬렉션입니다.

적용 대상