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>

パッケージ ファミリ名の一覧。

注釈

リモート デバイスで使用するパッケージ ファミリ名はデバイスごとに異なる場合があるため、リストが提供されます。

適用対象