CopyingFileEventArgs.FilePath 属性

获取要复制的文件的路径。该路径是相对于根目录的。

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

语法

声明
Public ReadOnly Property FilePath As String
用法
Dim instance As CopyingFileEventArgs
Dim value As String

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

属性值

要复制的文件的路径。该路径是相对于根目录的。

请参阅

参考

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