DynamicValue.Contains Method
Determines whether the DynamicValue contains a target item.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(DynamicValue) | Determines whether the DynamicValue contains a target item. |
![]() | Contains(KeyValuePair(Of String, DynamicValue)) | Determines whether the DynamicValue contains a target item. |
DynamicValue.Contains Method (DynamicValue)
Determines whether the DynamicValue contains a target item.
Parameters
- item
-
Type:
Microsoft.Activities.DynamicValue
The child item to search.
Implements
ICollection(Of T).Contains(T)DynamicValue.Contains Method (KeyValuePair(Of String, DynamicValue))
Determines whether the DynamicValue contains a target item.
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair(Of String, DynamicValue)
The child item to search.
Implements
ICollection(Of T).Contains(T)
Show:
.jpeg?cs-save-lang=1&cs-lang=vb)