ABAddressBook.GetPeopleWithName(String) 方法

定义

获取包含 ABPerson 名称匹配的所有记录的所有数组。

public AddressBook.ABPerson[] GetPeopleWithName (string name);
member this.GetPeopleWithName : string -> AddressBook.ABPerson[]

参数

name
String

包含要搜索的人员姓名的 :System.String T:System.String

返回

包含 ABPerson 与记录 name 组合名称匹配的所有记录的数组。

适用于