你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AlertProperties.LaunchImage 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序捆绑包中图像文件的文件名;它可能包含扩展或省略它。 当用户点击操作按钮或移动操作滑块时,图像将用作启动图像。 如果未指定此属性,则系统会使用前面的快照,使用应用程序Info.plist
文件中的 UILaunchImageFile 键标识的图像,或者回退到 Default.png
。
public string LaunchImage { get; set; }
member this.LaunchImage : string with get, set
Public Property LaunchImage As String