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)
屬性值
套件系列名稱的清單。
備註
提供清單,因為遠端裝置上使用的套件系列名稱可能與裝置與裝置不同。