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