次の方法で共有


AccessoryManager.GetAppIcon(String) メソッド

定義

指定されたアプリケーション識別子のアイコンを取得します。

public:
 static IRandomAccessStreamReference ^ GetAppIcon(Platform::String ^ appId);
 static IRandomAccessStreamReference GetAppIcon(winrt::hstring const& appId);
public static IRandomAccessStreamReference GetAppIcon(string appId);
function getAppIcon(appId)
Public Shared Function GetAppIcon (appId As String) As IRandomAccessStreamReference

パラメーター

appId
String

Platform::String

winrt::hstring

アプリケーションに関連付けられている識別子。

戻り値

アプリのアイコンを含むストリーム。

Windows の要件

アプリの機能
accessoryManager

注釈

アクセサリは、通知を受信できるアプリの一覧を表示できます。アクセサリは、このメソッドを使用してアプリのアイコンを取得できます。

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象