ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ContainsKey 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.
Détermine si cette collection contient un élément présentant la clé spécifiée.
Surcharges
ContainsKey(String) |
Détermine si cette collection contient un élément portant le nom spécifié. |
ContainsKey(Type) |
Détermine si cette collection contient un élément présentant le type spécifié. |
ContainsKey(String)
Détermine si cette collection contient un élément portant le nom spécifié.
public:
bool ContainsKey(System::String ^ elementName);
public bool ContainsKey (string elementName);
member this.ContainsKey : string -> bool
Public Function ContainsKey (elementName As String) As Boolean
Paramètres
- elementName
- String
Nom de l'élément à rechercher.
Retours
true
si la collection contient un élément portant le nom spécifié ; sinon, false
.
Exceptions
elementName
a la valeur null
.
S’applique à
ContainsKey(Type)
Détermine si cette collection contient un élément présentant le type spécifié.
public:
bool ContainsKey(Type ^ elementType);
public bool ContainsKey (Type elementType);
member this.ContainsKey : Type -> bool
Public Function ContainsKey (elementType As Type) As Boolean
Paramètres
- elementType
- Type
Type de l'élément à rechercher.
Retours
true
si la collection contient un élément présentant le type spécifié ; sinon, false
.
Exceptions
elementName
a la valeur null
.