次の方法で共有


IProductCollectionByCountryByTargetViewByReservationScope.GetAsync Method

Definition

Asynchronously retrieves all the products in the given country, product collection and reservation scope.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>>
Public Function GetAsync () As Task(Of ResourceCollection(Of Product))

Returns

The products in the given country, product collection and reservation scope.

Implements

Applies to