Поделиться через


GraphPropertyCollection.IEnumerable<GraphProperty>.GetEnumerator - метод

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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 не поддерживает явные реализации интерфейса.

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerator<GraphProperty>
Возвращает IEnumerator<T>.

Реализации

IEnumerable<T>.GetEnumerator()

Безопасность платформы .NET Framework

См. также

Ссылки

GraphPropertyCollection Класс

Microsoft.VisualStudio.GraphModel - пространство имен