Share via


WorkItemLinkTypeEndCollection.Contains Method (String)

Checks whether a WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Function Contains ( _
    linkTypeName As String _
) As Boolean
public bool Contains(
    string linkTypeName
)
public:
bool Contains(
    String^ linkTypeName
)
member Contains : 
        linkTypeName:string -> bool
public function Contains(
    linkTypeName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection; otherwise, false.

.NET Framework Security

See Also

Reference

WorkItemLinkTypeEndCollection Class

Contains Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace