NativeImage.Url 属性

定义

获取本机广告的图标或主图像文件的源 URI。

public:
 property Platform::String ^ Url { Platform::String ^ get(); };
winrt::hstring Url();
public string Url { get; }
var string = nativeImage.url;
Public ReadOnly Property Url As String

属性值

System.String

本机广告的图标或主图像文件的源 URI。

适用于

另请参阅