파생 클래스에서 재정의되면 복제본의 일부인 파일의 절대 경로를 가져옵니다.
네임스페이스: Microsoft.Synchronization.Files
어셈블리: microsoft.synchronization.files.dll의 Microsoft.Synchronization.Files
구문
‘선언
ReadOnly Property AbsoluteSourceFilePath As String
‘사용 방법
Dim instance As IFileDataRetriever
Dim value As String
value = instance.AbsoluteSourceFilePath
string AbsoluteSourceFilePath { get; }
property String^ AbsoluteSourceFilePath {
String^ get ();
}
/** @property */
String get_AbsoluteSourceFilePath ()
function get AbsoluteSourceFilePath () : String
속성 값
복제본의 일부인 파일의 절대 경로입니다.
주의
이 메서드는 필요하지 않습니다. 이 메서드가 구현되지 않은 경우 NotImplementedException 형식의 예외를 발생시킵니다.
참고 항목
참조
IFileDataRetriever 인터페이스
IFileDataRetriever 멤버
Microsoft.Synchronization.Files 네임스페이스