Partager via


NativeAd.Title Propriété

Définition

Obtient le titre de la publicité native.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Titre de l’annonce native.

Remarques

Important

La classe NativeAd est déconseillée. Utilisez NativeAdV2 à la place.

S’applique à

Voir aussi