Share via


ModelItemDictionary.IDictionary.Contains Method

For a description of this member, see IDictionary.Contains.

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

Syntax

'Declaration
Private Function Contains ( _
    key As Object _
) As Boolean Implements IDictionary.Contains
bool IDictionary.Contains(
    Object key
)
private:
virtual bool Contains(
    Object^ key
) sealed = IDictionary::Contains
private abstract Contains : 
        key:Object -> bool 
private override Contains : 
        key:Object -> bool 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean
true if the dictionary contains an element with key; otherwise, false.

Implements

IDictionary.Contains(Object)

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an IDictionary interface.

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture