LauncherOptions.UI 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 user interface (UI) options when starting a default app.
public:
property LauncherUIOptions ^ UI { LauncherUIOptions ^ get(); };
LauncherUIOptions UI();
public LauncherUIOptions UI { get; }
var launcherUIOptions = launcherOptions.uI;
Public ReadOnly Property UI As LauncherUIOptions
Property Value
The UI options.
Remarks
Important
This property is only implemented on Desktop devices.