다음을 통해 공유


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 입니다.

적용 대상