This documentation is archived and is not being maintained.

WorkItemLinkTypeCollection::IEnumerable::GetEnumerator Method

Gets an enumerator object for this collection.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator
An enumerator object for this collection.

Implements

IEnumerable::GetEnumerator()

Show: