UserNotificationListener.Current プロパティ

定義

現在の ユーザーの UserNotificationListener を取得します。

public:
 static property UserNotificationListener ^ Current { UserNotificationListener ^ get(); };
static UserNotificationListener Current();
public static UserNotificationListener Current { get; }
var userNotificationListener = UserNotificationListener.current;
Public Shared ReadOnly Property Current As UserNotificationListener

プロパティ値

現在の ユーザーの UserNotificationListener

適用対象