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

AlertProperties.LaunchImage 属性

定义

应用程序捆绑包中图像文件的文件名;它可能包含扩展或省略它。 当用户点击操作按钮或移动操作滑块时,图像将用作启动图像。 如果未指定此属性,则系统会使用前面的快照,使用应用程序Info.plist文件中的 UILaunchImageFile 键标识的图像,或者回退到 Default.png

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

属性值

适用于