PinnedContactManager.GetForUser(User) 方法

定义

获取指定用户的 PinnedContactManager

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

参数

user
User

用于获取 PinnedContactManager 的用户帐户。

返回

返回由 user 参数指定的帐户的 PinnedContactManager

Windows 要求

应用功能
contactsSystem

注解

必须从main UI 线程调用此方法。

适用于