ModelItemCollection.Add Method (ModelItem)

When overridden in a derived class, adds the specified item to the collection.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Sub Add ( _
    item As ModelItem _
)
public abstract void Add(
    ModelItem item
)
public:
virtual void Add(
    ModelItem^ item
) abstract
abstract Add : 
        item:ModelItem -> unit 
public abstract function Add(
    item : ModelItem
)

Parameters

Implements

ICollection<T>.Add(T)

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Add Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture