Share via


ModelItemDictionary.ICollection<KeyValuePair<ModelItem, ModelItem>>.Add Method

For a description of this member, see ICollection<T>.Add.

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

Syntax

'Declaration
Private Sub Add ( _
    item As KeyValuePair(Of ModelItem, ModelItem) _
) Implements ICollection(Of KeyValuePair(Of ModelItem, ModelItem)).Add
void ICollection<KeyValuePair<ModelItem, ModelItem>>.Add(
    KeyValuePair<ModelItem, ModelItem> item
)
private:
virtual void Add(
    KeyValuePair<ModelItem^, ModelItem^> item
) sealed = ICollection<KeyValuePair<ModelItem^, ModelItem^>>::Add
private abstract Add : 
        item:KeyValuePair<ModelItem, ModelItem> -> unit 
private override Add : 
        item:KeyValuePair<ModelItem, ModelItem> -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

ICollection<T>.Add(T)

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an ICollection<T> interface.

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture