Method IExtensiblePropertyContainer.AddExtendedPropertyValue
IExtensiblePropertyContainer.AddExtendedPropertyValue(String, Object)
Adds a value to the container
Declaration
void IExtensiblePropertyContainer.AddExtendedPropertyValue(string id, object value)
Parameters
void IExtensiblePropertyContainer.AddExtendedPropertyValue(string id, object value)
String | id | Id of the value |
Object | value | value to add |
Implements
Remarks
Adds the value with the specified id. If a value with the same id
already exists and its type is the same as value
it is replaced. If the existing value is of a different type, then
an ArgumentException is thrown.