IActivatedEventArgs.SplashScreen property

This topic has not yet been rated - Rate this topic

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

Syntax


SplashScreen SplashScreen { get; }

Property value

Type: SplashScreen

The splash screen object.

Remarks

This property is only meaningful when the app is activated under a contract that expects a window to be presented. If the contract doesn't require a window or if the app is being activated for a background task, this call will fail.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

IActivatedEventArgs

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.