OrderForm.GetEnumerator Method (BCL)
Use this method to retrieve an enumerator on this collection from the underlying OrderForm COM Interop object.
Definition
[Visual Basic .NET]
Overridable Public Function GetEnumerator( _) As System.Collections.IEnumerator
[C#]
public virtual System.Collections.IEnumerator GetEnumerator();
Return Value
Th handle to a LineItemEnumerator instance.
Implements
System.Collections.IEnumerable
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.