PinnedContactManager.GetForUser(User) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定用户的 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 线程调用此方法。