Insert

IBehaviorPropertyCollection.Insert method

Inserts a new property (with the specified property value) to the collection at the specified index.

public void Insert(int index, string propertyValue)
ParameterTypeDescription
indexInt32Index where a new property should be inserted.
propertyValueStringValue of the property to add.

See Also