ValuesCollection.IList.Contains Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
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
Return Value
Type: System.Boolean
Returns Boolean.
Implements
.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.