Megosztás a következőn keresztül:


IProductCollectionByCountry.ByTargetView(String) Method

Definition

Retrieves the operations that can be applied on products that belong to a given country and catalog view.

public Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetView ByTargetView (string targetView);
abstract member ByTargetView : string -> Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetView
Public Function ByTargetView (targetView As String) As IProductCollectionByCountryByTargetView

Parameters

targetView
String

The product target view.

Returns

The product collection operations by country and by target view.

Applies to