GraphLinkCollection.GetEnumerator Method
[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 GraphLink)
public IEnumerator<GraphLink> GetEnumerator()
public:
virtual IEnumerator<GraphLink^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<GraphLink>
override GetEnumerator : unit -> IEnumerator<GraphLink>
public final function GetEnumerator() : IEnumerator<GraphLink>
Return Value
Type: System.Collections.Generic.IEnumerator<GraphLink>
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.