CommandLineActivatedEventArgs.SplashScreen Property

Definition

Gets info 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 = commandLineActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen

Property Value

The splash screen transition info.

Implements

Applies to