NativeAd.Title 属性

定义

获取本机广告的标题。

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

属性值

System.String

本机广告的标题。

注解

重要

NativeAd 类已弃用。 请改用 NativeAdV2

适用于

另请参阅