Share via


ListingInformation.ProductListings 屬性

定義

取得附加元件的相關資訊, (也稱為應用程式內產品或 IAP) 可供購買。

public:
 property IMapView<Platform::String ^, ProductListing ^> ^ ProductListings { IMapView<Platform::String ^, ProductListing ^> ^ get(); };
IMapView<winrt::hstring, ProductListing const&> ProductListings();
public IReadOnlyDictionary<string,ProductListing> ProductListings { get; }
var iMapView = listingInformation.productListings;
Public ReadOnly Property ProductListings As IReadOnlyDictionary(Of String, ProductListing)

屬性值

ProductListing物件的陣列,描述應用程式的附加元件。

適用於

另請參閱