NativeAd.SponsoredBy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在原生廣告中公告之產品的贊助者品牌名稱。
public:
property Platform::String ^ SponsoredBy { Platform::String ^ get(); };
winrt::hstring SponsoredBy();
public string SponsoredBy { get; }
var string = nativeAd.sponsoredBy;
Public ReadOnly Property SponsoredBy As String
屬性值
在原生廣告中公告之產品的贊助者品牌名稱。
備註
重要
NativeAd類別已被取代。 請改用 NativeAdV2 。