Partager via


QueryTransformProperties.TryGetValue - Méthode

Ce membre remplace PropertyBag<T>.TryGetValue(String, Object).

Espace de noms :  Microsoft.Office.Server.Search.Query.Rules
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Overrides Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
'Utilisation
Dim instance As QueryTransformProperties
Dim key As String
Dim value As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(key, _
    value)
public override bool TryGetValue(
    string key,
    out Object value
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Implémentations

IPropertyCollection.TryGetValue(String, Object)

Voir aussi

Référence

QueryTransformProperties classe

QueryTransformProperties - Membres

Microsoft.Office.Server.Search.Query.Rules - Espace de noms