Definiert die Darstellung des Begrüßungsbildschirms, der während des Starts von der App angezeigt wird (Erweiterungsschema für Windows 8.1).
SplashScreen Class Reference Feedback Definition Namespace: Windows.ApplicationModel.Activation Edit Provides a dismissal event and image location information for the app's splash screen. C# Copy [Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)] ...
SplashScreen Class Reference Feedback Definition Namespace: Windows.ApplicationModel.Activation Edit Provides a dismissal event and image location information for the app's splash screen. C# Copy [Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 6...
Windows.ApplicationModel.LockScreen Windows.ApplicationModel.PackageExtensions Windows.ApplicationModel.Payments Windows.ApplicationModel。付款。供应商 Windows.ApplicationModel.Preview.Holographic Windows.ApplicationModel.Preview.InkWorkspace Windows.ApplicationModel.Preview.Notes ...
Feature/MySplashScreen.xaml.cs /** 演示如何自定义启动屏幕 * 关联代码:App.xaml.cs 中的 override void OnLaunched(LaunchActivatedEventArgs args) * * 应用场景: * 1、app 的启动屏幕就是一个图片加一个背景色,其无法更改, * 2、但是启动屏幕过后可以参照启动屏幕做一个内容更丰富的自定义启动屏幕 ...
Windows Phone app splash screens Typically, you should use a splash screen in your app only if your app is unusually slow to load or if you want to add additional branding to the app. If you decide to use a splash screen in your app, you have two options. ...
Windows Phone app splash screens Typically, you should use a splash screen in your app only if your app is unusually slow to load or if you want to add additional branding to the app. If you decide to use a splash screen in your app, you have two options. ...
此外,你可以使用SplashScreen类来自定义你的应用的启动体验。你可以对你创建的延长初始屏幕进行适当定位,以使你的应用具有更多时间来完成像准备应用 UI 或完成网络操作之类的附加任务。你还可以使用SplashScreen类来在初始屏幕消失时通知你,以便你可以开始进入动画。
SplashScreen類別不能用於 XAML 瀏覽器應用程式 (XBAP) ,因為它們使用不同的啟動架構。 建構函式 方法 適用於 產品版本 .NET Framework3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 Windows Desktop3.0, 3.1, 5, 6, 7, 8, 9 ...
四、Splash Screen Image(必须包含在工程中) 该图像并非必须,但如果提供,程序启动时将花费更多时间初始化程序,如果不提供程序启动时将更快。 由于系统在程序启动之前使用该图片,因此文件名必须为 'SplashScreenImage.jpg'。该文件必也将包含在生成的xap包中。