Partilhar via


Método TeamFoundationRequestContext.TryGetItem<T>

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function TryGetItem(Of T) ( _
    key As String, _
    <OutAttribute> ByRef value As T _
) As Boolean
public bool TryGetItem<T>(
    string key,
    out T value
)

Parâmetros de tipo

  • T

Parâmetros

  • value
    Tipo: T%

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationRequestContext Classe

Namespace Microsoft.TeamFoundation.Framework.Server