NodeCollection.Contains Method
Checks whether the specified node exists in the collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
Public Function Contains ( _
value As Node _
) As Boolean
public bool Contains(
Node value
)
public:
bool Contains(
Node^ value
)
member Contains :
value:Node -> bool
public function Contains(
value : Node
) : boolean
Parameters
- value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node
The node of interest.
Return Value
Type: System.Boolean
True if the specified node exists in this collection; otherwise, false.
.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.