Freigeben über


GraphPropertyCollection.IEnumerable<GraphProperty>.GetEnumerator-Methode

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of GraphProperty)
    Implements IEnumerable(Of GraphProperty).GetEnumerator
IEnumerator<GraphProperty> IEnumerable<GraphProperty>.GetEnumerator()
private:
virtual IEnumerator<GraphProperty^>^ GetEnumerator() sealed = IEnumerable<GraphProperty^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphProperty> 
private override GetEnumerator : unit -> IEnumerator<GraphProperty> 
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<GraphProperty>

Implementiert

IEnumerable<T>.GetEnumerator()

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPropertyCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace