Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the path of the file that is being copied. The path is relative to the root directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property FilePath As String
'Usage
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
Property Value
The path of the file that is being copied. The path is relative to the root directory.
See Also
Reference
CopyingFileEventArgs Class
CopyingFileEventArgs Members
Microsoft.Synchronization.Files Namespace