SkippedChangeEventArgs.ChangeType 属性
获取本应该应用的变更的类型。
命名空间: Microsoft.Synchronization.Files
程序集: Microsoft.Synchronization.Files(在 microsoft.synchronization.files.dll 中)
语法
声明
Public ReadOnly Property ChangeType As ChangeType
用法
Dim instance As SkippedChangeEventArgs
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。
请参阅
参考
SkippedChangeEventArgs 类
SkippedChangeEventArgs 成员
Microsoft.Synchronization.Files 命名空间