This documentation is archived and is not being maintained.
CategoryCollection::IEnumerable<Category>::GetEnumerator Method
Visual Studio 2013
Gets an enumerator for this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
private: virtual IEnumerator<Category^>^ GetEnumerator() sealed = IEnumerable<Category^>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<Category>An enumerator 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: