PhoneNumberDictionary.TryGetValue(PhoneNumberKey, String) 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.
Tente d’obtenir le numéro de téléphone associé à la clé spécifiée.
public:
bool TryGetValue(Microsoft::Exchange::WebServices::Data::PhoneNumberKey key, [Runtime::InteropServices::Out] System::String ^ % phoneNumber);
public bool TryGetValue (Microsoft.Exchange.WebServices.Data.PhoneNumberKey key, out string phoneNumber);
Public Function TryGetValue (key As PhoneNumberKey, ByRef phoneNumber As String) As Boolean
Paramètres
- key
- PhoneNumberKey
Clé associée au numéro de téléphone.
- phoneNumber
- String
Si la clé spécifiée est trouvée, contient le numéro de téléphone associé à la clé spécifiée ; sinon, une référence null (Nothing en Visual Basic). Ce paramètre est passé non initialisé.
Retours
true si le dictionnaire contient un numéro de téléphone associé à la clé spécifiée ; sinon, false.