Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the current file data for the file to be changed.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentFileData As FileData
Get
'Usage
Dim instance As ApplyingChangeEventArgs
Dim value As FileData
value = instance.CurrentFileData
public FileData CurrentFileData { get; }
public:
property FileData^ CurrentFileData {
FileData^ get ();
}
member CurrentFileData : FileData
function get CurrentFileData () : FileData
Property Value
Type: Microsoft.Synchronization.Files.FileData
A FileData that contains the current file data for the file to be changed.
Remarks
If the change is ChangeType.Rename, this file data represents the file as it currently is before the new name is applied.
If the change is ChangeType.Create, this value is a null reference (Nothing in Visual Basic).