ApplyingChangeEventArgs.ChangeType 属性

获取要应用的变更的类型。

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

语法

声明
Public ReadOnly Property ChangeType As ChangeType
用法
Dim instance As ApplyingChangeEventArgs
Dim value As ChangeType

value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
    ChangeType get ();
}
/** @property */
public ChangeType get_ChangeType ()
public function get ChangeType () : ChangeType

属性值

包含要应用的变更类型的 ChangeType

请参阅

参考

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