你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TileImage.Src 属性

定义

映像源的 URI,这些协议处理程序之一: http://https:// 表示基于 Web 的图像, ms-appx:/// 表示应用包中包含的映像, ms-appdata:///local/ 表示保存到本地存储的图像,表示 file:/// 本地映像。 (仅支持桌面应用。Windows 应用商店应用不能使用此协议。)

public string Src { get; set; }
member this.Src : string with get, set
Public Property Src As String

属性值

适用于