GraphCategoryCollection.IEnumerable<GraphCategory>.GetEnumerator Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of GraphCategory)
Implements IEnumerable(Of GraphCategory).GetEnumerator
IEnumerator<GraphCategory> IEnumerable<GraphCategory>.GetEnumerator()
private:
virtual IEnumerator<GraphCategory^>^ GetEnumerator() sealed = IEnumerable<GraphCategory^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphCategory>
private override GetEnumerator : unit -> IEnumerator<GraphCategory>
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<GraphCategory>
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.