Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the typed enumerator for this collection
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of GraphNode)
public IEnumerator<GraphNode> GetEnumerator()
public:
virtual IEnumerator<GraphNode^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<GraphNode>
override GetEnumerator : unit -> IEnumerator<GraphNode>
public final function GetEnumerator() : IEnumerator<GraphNode>
Return Value
Type: System.Collections.Generic.IEnumerator<GraphNode>
The enumerator
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.