次の方法で共有


UserNotification.Notification プロパティ

定義

通知の内容を取得します。

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

プロパティ値

通知の内容。

適用対象