AppliedChangeEventArgs.ChangeType 属性

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

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

语法

声明
Public ReadOnly Property ChangeType As ChangeType
用法
Dim instance As AppliedChangeEventArgs
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

请参阅

参考

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