次の方法で共有


IOrderLineItemCollection Interface

Definition

Encapsulates customer order line item behavior.

public interface IOrderLineItemCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Orders.IOrderLineItem>
type IOrderLineItemCollection = interface
    interface IEntitySelector<IOrderLineItem>
Public Interface IOrderLineItemCollection
Implements IEntitySelector(Of IOrderLineItem)
Implements

Properties

Item[String]

Gets a specific order line item behavior.

Methods

ById(String)

Obtains a specific order line item behavior.

Applies to