UserNotificationListener.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a UserNotificationListener for the current user.
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
Property Value
A UserNotificationListener for the current user.