GraphCategoryCollection.IEnumerable<GraphCategory>.GetEnumerator Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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>
Returns IEnumerator<T>.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

GraphCategoryCollection Class

Microsoft.VisualStudio.GraphModel Namespace