This documentation is archived and is not being maintained.
LinksCollection::ContainsItem Method
Visual Studio 2013
Checks whether this collection contains the specified artifact ID.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Parameters
- id
- Type: System::String
The artifact ID to search for.
Return Value
Type: System::BooleanTrue if the specified artifact ID is located in this collection; otherwise, false.
- 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.
Show: