IProductExtensions Interface

Definition

Holds extension operations for products.

public interface IProductExtensions : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IProductExtensions = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface IProductExtensions
Implements IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

ByCountry(String)

Retrieves the extension operations that can be applied on products from a given country.

Applies to