RemoteLauncherOptions.PreferredAppIds 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.
A list of package family names that should be used to launch the URI on the remote device. The first one in the list should be the preferred application to launch on the remote system (device).
public:
property IVector<Platform::String ^> ^ PreferredAppIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> PreferredAppIds();
public IList<string> PreferredAppIds { get; }
var iVector = remoteLauncherOptions.preferredAppIds;
Public ReadOnly Property PreferredAppIds As IList(Of String)
Property Value
The list of package family names.
Remarks
A list is provided because the package family name to use on a remote device may differ from device to device.