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_SMSID_CAP_SMS_COMPANION 功能。

属性

Id

获取应用程序的标识符。

Name

获取应用的名称。

适用于