DynamicValue::Contains Method

 

Determines whether the DynamicValue contains a target item.

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

NameDescription
System_CAPS_pubmethodContains(DynamicValue^)

Determines whether the DynamicValue contains a target item.

System_CAPS_pubmethodContains(KeyValuePair<String^, DynamicValue^>)

Determines whether the DynamicValue contains a target item.

Return to top

DynamicValue::Contains Method (DynamicValue^)

Determines whether the DynamicValue contains a target item.

public:
virtual bool Contains(
	DynamicValue^ item
) sealed

Parameters

item
Type: Microsoft.Activities::DynamicValue^

The child item to search.

Return Value

Type: System::Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top

DynamicValue::Contains Method (KeyValuePair<String^, DynamicValue^>)

Determines whether the DynamicValue contains a target item.

public:
virtual bool Contains(
	KeyValuePair<String^, DynamicValue^> item
) sealed

Parameters

item
Type: System.Collections.Generic::KeyValuePair<String^, DynamicValue^>

The child item to search.

Return Value

Type: System::Boolean

true if the DynamicValue contains a target item; otherwise, false.

Return to top
Show: