IPropertyCollection.TryGetValue - Méthode
Détermine s'il existe un objet de la collection qui correspond à la clé et la valeur.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Function TryGetValue ( _
key As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Utilisation
Dim instance As IPropertyCollection
Dim key As String
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.TryGetValue(key, _
value)
bool TryGetValue(
string key,
out Object value
)
Paramètres
key
Type : System.StringClé de l'objet à rechercher.
value
Type : System.ObjectLa valeur de l'objet spécifié dans la collection.
Valeur renvoyée
Type : System.Boolean