ModelItemCollection.IList.Contains Method

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

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the Object is found in the IList; otherwise, false.

Implements

IList.Contains(Object)

Remarks

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

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture