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
- value
Type: System.Object
The object to locate in the IList.
Return Value
Type: System.Boolean
true if the Object is found in the IList; otherwise, false.
Implements
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace