RemoteLauncherOptions.PreferredAppIds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于在远程设备上启动 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)
属性值
包系列名称的列表。
注解
之所以提供列表,是因为在远程设备上使用的包系列名称可能因设备而异。