Compartir a través de


NativeAd.Title Propiedad

Definición

Obtiene el título del anuncio nativo.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Título del anuncio nativo.

Comentarios

Importante

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

Se aplica a

Consulte también