Share via


GraphCategoryCollection.IEnumerable<GraphCategory>.IEnumerable 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: IEnumerator<GraphCategory>
Returns IEnumerator.

Implements

IEnumerable.GetEnumerator

.NET Framework Security

See Also

Reference

GraphCategoryCollection Class

Microsoft.VisualStudio.GraphModel Namespace