SearchActivatedEventArgs.SplashScreen Property

Definition

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

public:
 property SplashScreen ^ SplashScreen { SplashScreen ^ get(); };
SplashScreen SplashScreen();
public SplashScreen SplashScreen { get; }
var splashScreen = searchActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen

Property Value

The object that provides splash screen information.

Implements

Applies to

See also