AppliedChangeEventArgs.OldFilePath 속성
변경된 파일에 대한 이전 경로를 가져옵니다. 이 경로는 루트 디렉터리에 상대적입니다.
네임스페이스: Microsoft.Synchronization.Files
어셈블리: microsoft.synchronization.files.dll의 Microsoft.Synchronization.Files
구문
‘선언
Public ReadOnly Property OldFilePath As String
‘사용 방법
Dim instance As AppliedChangeEventArgs
Dim value As String
value = instance.OldFilePath
public string OldFilePath { get; }
public:
property String^ OldFilePath {
String^ get ();
}
/** @property */
public String get_OldFilePath ()
public function get OldFilePath () : String
속성 값
변경된 파일에 대한 이전 경로입니다. 경로는 루트 디렉터리에 상대적입니다.
주의
변경 내용이 ChangeType.Rename인 경우 이는 새 이름이 적용되기 전의 이전 경로입니다.
변경 내용이 ChangeType.Create인 경우 이 값은 null 참조(Visual Basic에서는 Nothing)입니다.
참고 항목
참조
AppliedChangeEventArgs 클래스
AppliedChangeEventArgs 멤버
Microsoft.Synchronization.Files 네임스페이스