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 中引入)

适用于