SyncKnowledge::Contains Method (ItemChange)

Indicates whether the specified item change is known by this knowledge.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
bool Contains(
	ItemChange^ itemChange
)

Parameters

itemChange
Type: Microsoft.Synchronization::ItemChange
The item change to look up.

Return Value

Type: System::Boolean
true if itemChange is known. Otherwise, false.

ExceptionCondition
InvalidOperationException

This SyncKnowledge object is not initialized.

ArgumentNullException

itemChange is a nullptr.

ArgumentException

itemChange has change units.

Show: