共用方式為


NativeAd.Price 屬性

定義

取得在原生廣告中公告的產品價格,包括貨幣符號。

public:
 property Platform::String ^ Price { Platform::String ^ get(); };
winrt::hstring Price();
public string Price { get; }
var string = nativeAd.price;
Public ReadOnly Property Price As String

屬性值

String

Platform::String

winrt::hstring

原生廣告所公告的產品價格,包括貨幣符號。

備註

重要

NativeAd類別已被取代。 請改用 NativeAdV2

適用於

另請參閱