次の方法で共有


AppNotificationInfo クラス

定義

アプリの名前と識別子を表します。

public ref class AppNotificationInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class AppNotificationInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class AppNotificationInfo
Public NotInheritable Class AppNotificationInfo
継承
Object Platform::Object IInspectable AppNotificationInfo
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)
アプリの機能
accessoryManager

注釈

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

プロパティ

Id

アプリケーションの識別子を取得します。

Name

アプリの名前を取得します。

適用対象