ItemChange.AllChangeUnitsPresent 屬性
取得值,這個值會指出所有變更單位是否都存在此變更中。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public ReadOnly Property AllChangeUnitsPresent As Boolean
'用途
Dim instance As ItemChange
Dim value As Boolean
value = instance.AllChangeUnitsPresent
public bool AllChangeUnitsPresent { get; }
public:
property bool AllChangeUnitsPresent {
bool get ();
}
/** @property */
public boolean get_AllChangeUnitsPresent ()
public function get AllChangeUnitsPresent () : boolean
屬性值
當所有變更單位都存在時,則為 true,否則為 false。