SkippedChangeEventArgs.CurrentFilePath プロパティ

ファイルの現在のパスを取得します。パスは、ルート ディレクトリに対する相対パスです。

名前空間: Microsoft.Synchronization.Files
アセンブリ: Microsoft.Synchronization.Files (microsoft.synchronization.files.dll 内)

構文

'宣言
Public ReadOnly Property CurrentFilePath As String
'使用
Dim instance As SkippedChangeEventArgs
Dim value As String

value = instance.CurrentFilePath
public string CurrentFilePath { get; }
public:
property String^ CurrentFilePath {
    String^ get ();
}
/** @property */
public String get_CurrentFilePath ()
public function get CurrentFilePath () : String

プロパティ値

ファイルの現在のパス。ルート ディレクトリに対する相対パスです。

解説

変更が ChangeType.Rename である場合は、新しい名前が適用される前のパスとなります。

変更が ChangeType.Create である場合、この値は NULL 参照 (Visual Basic では Nothing) です。 になります。

参照

リファレンス

SkippedChangeEventArgs クラス
SkippedChangeEventArgs メンバー
Microsoft.Synchronization.Files 名前空間