BindingMap.ReInsert
Description:
Removes an existing parameter and creates a new binding for a given parameter.
Removes an existing parameter and creates a new binding for a given parameter.
Remarks:
Note the type of the binding object dictates whether the parameter is bound to all instances or just types. A parameter definition cannot be bound to both instances and types. If the parameter binding already exists, remove the binding, create a new parameter binding.
Note the type of the binding object dictates whether the parameter is bound to all instances or just types. A parameter definition cannot be bound to both instances and types. If the parameter binding already exists, remove the binding, create a new parameter binding.
Overloads (2):
public virtual bool ReInsert(
Definition key,
Binding item
)
-
keyA parameter definition which can be an existing definition or one from a shared parameters file.
-
itemAn InstanceBinding or TypeBinding object which contains the set of categories to which the parameter should be bound.