WorkItemTypeCollection.Contains Method (String)

Checks whether a WorkItemType that has the specified 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 ( _
    typeName As String _
) As Boolean
public bool Contains(
    string typeName
)
public:
bool Contains(
    String^ typeName
)
member Contains : 
        typeName:string -> bool
public function Contains(
    typeName : String
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WorkItemTypeCollection Class

Contains Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace