Gets an enumerator object for this collection.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Private Function GetEnumerator As IEnumerator(Of WorkItemLinkType)
    Implements IEnumerable(Of WorkItemLinkType).GetEnumerator
IEnumerator<WorkItemLinkType> IEnumerable<WorkItemLinkType>.GetEnumerator()
private:
virtual IEnumerator<WorkItemLinkType^>^ GetEnumerator() sealed = IEnumerable<WorkItemLinkType^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<WorkItemLinkType> 
private override GetEnumerator : unit -> IEnumerator<WorkItemLinkType> 
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<WorkItemLinkType>
An enumerator object for this collection.
Implements
IEnumerable<T>.GetEnumerator()
.NET Framework Security
- 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.