Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the progress of the copy operation. The value is returned as a percentage.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property PercentCopied As Integer
'Usage
Dim instance As CopyingFileEventArgs
Dim value As Integer
value = instance.PercentCopied
public int PercentCopied { get; }
public:
property int PercentCopied {
int get ();
}
/** @property */
public int get_PercentCopied ()
public function get PercentCopied () : int
Property Value
The progress of the copy operation. The value is returned as a percentage.
See Also
Reference
CopyingFileEventArgs Class
CopyingFileEventArgs Members
Microsoft.Synchronization.Files Namespace