次の方法で共有


ABAddressBook.GetPeopleWithName(String) メソッド

定義

名前が一致するすべての ABPerson レコードを含むすべての配列を取得します。

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

パラメーター

name
String

検索するユーザーの名前を含む T:System.String

戻り値

ABPersonレコード複合名と一致するすべてのレコードnameを含む配列。

適用対象