FileChangeMonitor.FilePaths 속성

정의

변경 내용을 모니터링할 파일의 경로가 들어 있는 컬렉션을 가져옵니다.

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 형식입니다.

사용자 지정 파일 변경 모니터링을 제공 하려면 파생된 클래스에서이 메서드를 재정의 해야 합니다.

적용 대상