Partager via


ValidationContext.TryGetCacheValue<T>, méthode

Se retourne, que l'objet mis en cache associé avec le nom ou existent pas

Espace de noms :  Microsoft.VisualStudio.Modeling.Validation
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Déclaration
Public Function TryGetCacheValue(Of T As {Class, New}) ( _
    name As String, _
    <OutAttribute> ByRef outValue As T _
) As Boolean
public bool TryGetCacheValue<T>(
    string name,
    out T outValue
)
where T : class, new()

Paramètres de type

  • T

Paramètres

  • outValue
    Type : T%

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ValidationContext Classe

Microsoft.VisualStudio.Modeling.Validation, espace de noms