DynamicValue Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(DynamicValue^)

Adds a DynamicValue as a child item.

System_CAPS_pubmethodAdd(KeyValuePair<String^, DynamicValue^>)

Adds a DynamicValue as a child item.

System_CAPS_pubmethodAdd(String^, DynamicValue^)

Adds a DynamicValue with specific key and value.

System_CAPS_pubmethodClear()

Clears the DynamicValue.

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.

System_CAPS_pubmethodContainsKey(String^)

Specifies whether the DynamicValue contains a specific key.

System_CAPS_pubmethodCopyTo(array<DynamicValue^>^, Int32)

Copies the DynamicValue into an array.

System_CAPS_pubmethodCopyTo(array<KeyValuePair<String^, DynamicValue^>>^, Int32)

Copies the DynamicValue into an array.

System_CAPS_pubmethodEquals(Object^)

Specifies whether the DynamicValue object is the same as another object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetEnumerator()

Gets an enumerator that iterates through the DynamicValue.

System_CAPS_pubmethodGetHashCode()

Gets the hash code associated with DynamicValue.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String^)

Parses the string into a DynamicValue.

System_CAPS_pubmethodRemove(DynamicValue^)

Removes an item from a DynamicValue.

System_CAPS_pubmethodRemove(KeyValuePair<String^, DynamicValue^>)

Removes an item from a DynamicValue.

System_CAPS_pubmethodRemove(String^)

Removes an item from a DynamicValue using the specified key.

System_CAPS_pubmethodToString()

Returns a string representation of the DynamicValue.(Overrides Object::ToString().)

System_CAPS_pubmethodTryGetValue(String^, DynamicValue^)

Gets the value associated with the specified key.

Return to top
Show: