PushNotificationChannelManager.GetForUser(User) 메서드

정의

지정된 사용자에 대한 푸시 알림을 가져옵니다.

public:
 static PushNotificationChannelManagerForUser ^ GetForUser(User ^ user);
 static PushNotificationChannelManagerForUser GetForUser(User const& user);
public static PushNotificationChannelManagerForUser GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As PushNotificationChannelManagerForUser

매개 변수

user
User

푸시 알림에 대한 사용자 계정입니다.

반환

PushNotificationChannelManagerForUser 개체입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상