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

适用于