This documentation is archived and is not being maintained.

WorkItemLinkTypeCollection::IEnumerable<WorkItemLinkType>::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<WorkItemLinkType^>^ GetEnumerator() sealed = IEnumerable<WorkItemLinkType^>::GetEnumerator

Return Value

Type: System.Collections.Generic::IEnumerator<WorkItemLinkType>
An enumerator object for this collection.

Implements

IEnumerable<T>::GetEnumerator()

Show: