LauncherOptions.LimitPickerToCurrentAppAndAppUriHandlers Property

Definition

Gets or sets whether to limit the picker for the launcher to the current app and its associated URI handlers.

public:
 property bool LimitPickerToCurrentAppAndAppUriHandlers { bool get(); void set(bool value); };
bool LimitPickerToCurrentAppAndAppUriHandlers();

void LimitPickerToCurrentAppAndAppUriHandlers(bool value);
public bool LimitPickerToCurrentAppAndAppUriHandlers { get; set; }
var boolean = launcherOptions.limitPickerToCurrentAppAndAppUriHandlers;
launcherOptions.limitPickerToCurrentAppAndAppUriHandlers = boolean;
Public Property LimitPickerToCurrentAppAndAppUriHandlers As Boolean

Property Value

Boolean

bool

True if the launcher should limit the picker to the current app and its associated URI handlers; otherwise, false.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to