SyncKnowledge::Contains Method (ItemChange)
Indicates whether the specified item change is known by this knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- itemChange
- Type: Microsoft.Synchronization::ItemChange
The item change to look up.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |
| ArgumentNullException | itemChange is a nullptr. |
| ArgumentException | itemChange has change units. |
Show: