Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current line item instance.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As LineItem
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
public final function GetEnumerator() : IEnumerator
Return Value
Type: System.Collections..::.IEnumerator
An IEnumerator that can iterate through the weakly-typed properties.
Implements
IEnumerable..::.GetEnumerator()()()
Remarks
Enumeration of strongly-typed properties, if needed, can be performed using reflection.
Use this method to retrieve the enumerator for the LineItem.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.