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

属性值

System.String

本机广告所宣传的产品的价格,包括货币符号。

注解

重要

NativeAd 类已弃用。 请改用 NativeAdV2

适用于

另请参阅