다음을 통해 공유


ABAddressBook.GetPeopleWithName(String) 메서드

정의

일치하는 이름의 모든 레코드를 포함하는 모든 ABPerson 배열을 가져옵니다.

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

매개 변수

name
String

검색할 사람의 이름을 포함하는 T:System.String 입니다.

반환

ABPerson 레코드 name 복합 이름과 일치하는 모든 레코드를 포함하는 배열입니다.

적용 대상