ABAddressBook.GetPerson(Int32) 方法

定义

返回 ABPerson 具有给定记录 ID 的 。

public AddressBook.ABPerson GetPerson (int recordId);
member this.GetPerson : int -> AddressBook.ABPerson

参数

recordId
Int32

包含记录 ID 的 T:System.Int32

返回

一个 ABPerson ,其中 Id 等于 recordId,如果没有 null 此类组,则为 。

适用于