Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 GraphNodeId)
    Implements IEnumerable(Of GraphNodeId).GetEnumerator
IEnumerator<GraphNodeId> IEnumerable<GraphNodeId>.GetEnumerator()
private:
virtual IEnumerator<GraphNodeId^>^ GetEnumerator() sealed = IEnumerable<GraphNodeId^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphNodeId> 
private override GetEnumerator : unit -> IEnumerator<GraphNodeId> 
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<GraphNodeId>
Returns IEnumerator<T>.
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.