Partager via


BuildCommonUtil.GetRegistryValue<T>, méthode

Espace de noms :  Microsoft.TeamFoundation.Build.Common
Assembly :  Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)

Syntaxe

'Déclaration
Public Shared Function GetRegistryValue(Of T) ( _
    keyPath As String, _
    name As String, _
    defaultValue As T _
) As T
public static T GetRegistryValue<T>(
    string keyPath,
    string name,
    T defaultValue
)

Paramètres de type

  • T

Paramètres

  • defaultValue
    Type : T

Valeur de retour

Type : T

Sécurité .NET Framework

Voir aussi

Référence

BuildCommonUtil Classe

Microsoft.TeamFoundation.Build.Common, espace de noms