次の方法で共有


IOfferCollection.ByCategory(String) Method

Definition

Retrieves the operations that can be applied on offers that belong to an offer category.

public Microsoft.Store.PartnerCenter.Offers.ICategoryOffersCollection ByCategory (string categoryId);
abstract member ByCategory : string -> Microsoft.Store.PartnerCenter.Offers.ICategoryOffersCollection
Public Function ByCategory (categoryId As String) As ICategoryOffersCollection

Parameters

categoryId
String

The offer category Id.

Returns

The category offers operations.

Applies to