ABAddressBook.GetPerson(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le ABPerson avec l’ID d’enregistrement donné.
public AddressBook.ABPerson GetPerson (int recordId);
member this.GetPerson : int -> AddressBook.ABPerson
Paramètres
- recordId
- Int32
T:System.Int32 contenant l’ID d’enregistrement.
Retours
ABPerson où Id est égal à recordId
ou null
s’il n’existe aucun groupe de ce type.