Share via


TeamFoundationBaseRegistryService.GetValue<T>, méthode (TeamFoundationRequestContext, Identity, String, T)

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Function GetValue(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity, _
    path As String, _
    defaultValue As T _
) As T
public T GetValue<T>(
    TeamFoundationRequestContext requestContext,
    Identity identity,
    string path,
    T defaultValue
)

Paramètres de type

  • T

Paramètres

  • defaultValue
    Type : T

Valeur de retour

Type : T
retourne String ;

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationBaseRegistryService Classe

GetValue, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms