WebUICameraSettingsActivatedEventArgs.SplashScreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the splash screen 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 = webUICameraSettingsActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen
Property Value
The object that provides splash screen information.
Implements
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your UWP app.