Bagikan melalui


ICartCollection.Item[String] Property

Definition

Gets a specific cart behavior.

public Microsoft.Store.PartnerCenter.Carts.ICart this[string cartId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Carts.ICart
Default Public ReadOnly Property Item(cartId As String) As ICart

Parameters

cartId
String

The cart id.

Property Value

The cart operations.

Implements

Applies to