Freigeben über


ODataEntityPropertyMappingCollection.GetEnumerator-Methode

Gibt einen Enumerator für die EntityPropertyMappingAttribute-Instanzen in dieser aufzählbaren Liste zurück.

Namespace:  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of EntityPropertyMappingAttribute)
'Usage
Dim instance As ODataEntityPropertyMappingCollection
Dim returnValue As IEnumerator(Of EntityPropertyMappingAttribute)

returnValue = instance.GetEnumerator()
public IEnumerator<EntityPropertyMappingAttribute> GetEnumerator()
public:
virtual IEnumerator<EntityPropertyMappingAttribute^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<EntityPropertyMappingAttribute> 
override GetEnumerator : unit -> IEnumerator<EntityPropertyMappingAttribute> 
public final function GetEnumerator() : IEnumerator<EntityPropertyMappingAttribute>

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<EntityPropertyMappingAttribute>
Ein Enumerator für die EntityPropertyMappingAttribute-Instanzen in dieser aufzählbaren Liste.

Implementiert

IEnumerable<T>.GetEnumerator()

Siehe auch

Verweis

ODataEntityPropertyMappingCollection Klasse

Microsoft.Data.OData.Metadata-Namespace