This documentation is archived and is not being maintained.
WorkItemLinkTypeCollection::IEnumerable<WorkItemLinkType>::GetEnumerator Method
Visual Studio 2013
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()- 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: