OAReferences.GetEnumerator Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator 
override GetEnumerator : unit -> IEnumerator 
public final function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator

Implements

References.GetEnumerator()
IEnumerable.GetEnumerator()

.NET Framework Security

See Also

Reference

OAReferences Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace