TeamFoundationRequestContext.TryGetItem<T>-Methode

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

Syntax

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

Typparameter

  • T

Parameter

  • value
    Typ: T%

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationRequestContext Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace