AppNotificationInfo.Name 属性

定义

获取应用的名称。

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = appNotificationInfo.name;
Public ReadOnly Property Name As String

属性值

String

Platform::String

winrt::hstring

应用的名称。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于