DynamicValue::Remove Method
Removes an item from a DynamicValue.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Remove(DynamicValue^) | Removes an item from a DynamicValue. |
![]() | Remove(KeyValuePair<String^, DynamicValue^>) | Removes an item from a DynamicValue. |
![]() | Remove(String^) | Removes an item from a DynamicValue using the specified key. |
DynamicValue::Remove Method (DynamicValue^)
Removes an item from a DynamicValue.
Parameters
- item
-
Type:
Microsoft.Activities::DynamicValue^
The item to remove.
Implements
ICollection<T>::Remove(T)DynamicValue::Remove Method (KeyValuePair<String^, DynamicValue^>)
Removes an item from a DynamicValue.
Parameters
- item
-
Type:
System.Collections.Generic::KeyValuePair<String^, DynamicValue^>
The item to be removed.
Implements
ICollection<T>::Remove(T)DynamicValue::Remove Method (String^)
Removes an item from a DynamicValue using the specified key.
Parameters
- key
-
Type:
System::String^
The key of the item to be removed.
Implements
IDictionary<TKey, TValue>::Remove(TKey)
Show:
