IReadOnlyPropertyCollection.ContainsKey - Méthode
Détermine si les IReadOnlyPropertyCollection contient un élément avec la clé spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Function ContainsKey ( _
key As String _
) As Boolean
'Utilisation
Dim instance As IReadOnlyPropertyCollection
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
bool ContainsKey(
string key
)
Paramètres
key
Type : System.StringClé à rechercher dans l'objet.
Valeur renvoyée
Type : System.Boolean
true si une propriété avec cette clé est accessible à l'aide du conteneur ; dans le cas contraire ; false.
Voir aussi
Référence
IReadOnlyPropertyCollection interface