PhoneNumberDictionary Classe
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.
Représente un dictionnaire de numéros de téléphone.
public ref class PhoneNumberDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::PhoneNumberKey, Microsoft::Exchange::WebServices::Data::PhoneNumberEntry ^>
public sealed class PhoneNumberDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.PhoneNumberKey,Microsoft.Exchange.WebServices.Data.PhoneNumberEntry>
Public NotInheritable Class PhoneNumberDictionary
Inherits DictionaryProperty(Of PhoneNumberKey, PhoneNumberEntry)
- Héritage
Constructeurs
PhoneNumberDictionary() |
Initialise une nouvelle instance de la classe PhoneNumberDictionary. |
Propriétés
Item[PhoneNumberKey] |
Obtient ou définit le numéro de téléphone qui correspond à la clé spécifiée. |
Méthodes
Contains(TKey) |
Détermine si cette instance contient la clé spécifiée. (Hérité de DictionaryProperty<TKey,TEntry>) |
TryGetValue(PhoneNumberKey, String) |
Tente d’obtenir le numéro de téléphone associé à la clé spécifiée. |