ABPerson.LocalizedPropertyName 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.
Surcharges
LocalizedPropertyName(ABPersonProperty) |
Obtient le nom localisé d’un |
LocalizedPropertyName(Int32) |
Obtient le nom localisé d’un |
LocalizedPropertyName(ABPersonProperty)
Obtient le nom localisé d’un property
.
public static string LocalizedPropertyName (AddressBook.ABPersonProperty property);
static member LocalizedPropertyName : AddressBook.ABPersonProperty -> string
Paramètres
- property
- ABPersonProperty
ABPersonProperty contenant la propriété pour obtenir le nom localisé.
Retours
T:System.String contenant le nom localisé d’un property
.
S’applique à
LocalizedPropertyName(Int32)
Obtient le nom localisé d’un propertyId
.
public static string LocalizedPropertyName (int propertyId);
static member LocalizedPropertyName : int -> string
Paramètres
- propertyId
- Int32
Valeur qui correspond à l’un des champs kABPersonProperty de bas niveau.
Retours
T:System.String contenant le nom localisé d’un propertyId
.
Remarques
Contrairement à la surcharge qui accepte un ABPersonProperty, la valeur de n’est propertyId
en fait pas une constante et peut varier au moment de l’exécution (il s’agit de l’interface C native).
Cette méthode est généralement utilisée sur les rappels qui fournissent un « int propertyId » en tant que paramètre.