Compartir a través de


TeamFoundationRequestContext.TryGetItem<T> (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationRequestContext Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)