SkippedChangeEventArgs.NewFilePath 属性

获取在应用变更的情况下文件应具有的新路径。该路径是相对于根目录的。

命名空间: Microsoft.Synchronization.Files
程序集: Microsoft.Synchronization.Files(在 microsoft.synchronization.files.dll 中)

语法

声明
Public ReadOnly Property NewFilePath As String
用法
Dim instance As SkippedChangeEventArgs
Dim value As String

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

属性值

在应用变更的情况下文件应具有的新路径。该路径是相对于根目录的。

备注

如果变更为 ChangeType.Rename,则此路径将为应用新名称后的路径。

如果变更为 ChangeType.Delete,则此值将为 null 引用(在 Visual Basic 中为 Nothing)。

请参阅

参考

SkippedChangeEventArgs 类
SkippedChangeEventArgs 成员
Microsoft.Synchronization.Files 命名空间