UserNotification.Notification 属性

定义

获取通知内容。

public:
 property Notification ^ Notification { Notification ^ get(); };
Notification Notification();
public Notification Notification { get; }
var notification = userNotification.notification;
Public ReadOnly Property Notification As Notification

属性值

通知内容。

适用于