RemoteLauncherOptions.PreferredAppIds 属性

定义

应用于在远程设备上启动 URI 的包系列名称的列表。 列表中的第一个应该是在远程系统 (设备上启动) 的首选应用程序。

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)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

包系列名称的列表。

注解

之所以提供列表,是因为在远程设备上使用的包系列名称可能因设备而异。

适用于