Compartir a través de


NativeAd.Price Propiedad

Definición

Obtiene el precio del producto que se anuncia en el anuncio nativo, incluido un símbolo de moneda.

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

Valor de propiedad

String

Platform::String

winrt::hstring

El precio del producto anunciado por el anuncio nativo, incluido un símbolo de moneda.

Comentarios

Importante

La clase NativeAd está en desuso. Use NativeAdV2 en su lugar.

Se aplica a

Consulte también