Partilhar via


Método ValidationContext.TryGetCacheValue<T>

Retorna se o objeto em cache associado a exist nome ou não

Namespace:  Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
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()

Parâmetros de tipo

  • T

Parâmetros

  • outValue
    Tipo: T%

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ValidationContext Classe

Namespace Microsoft.VisualStudio.Modeling.Validation