ItemChange.ChangeKind 属性
获取此对象表示的变更的种类。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public ReadOnly Property ChangeKind As ChangeKind
用法
Dim instance As ItemChange
Dim value As ChangeKind
value = instance.ChangeKind
public ChangeKind ChangeKind { get; }
public:
property ChangeKind ChangeKind {
ChangeKind get ();
}
/** @property */
public ChangeKind get_ChangeKind ()
public function get ChangeKind () : ChangeKind
属性值
此对象表示的变更的种类。
备注
下表显示了源提供程序和目标提供程序可以将哪些值用于此属性,并说明了每个值表示的含义。
提供程序 |
含义 |
|
---|---|---|
源或目标 |
项先前存在于副本中,但现已被删除。 |
|
仅限目标 |
项不存在于目标副本中。 |
|
源或目标 |
项存在于副本中。 |