TFCommonUtil.ReadRegistryValue<T>, méthode
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function ReadRegistryValue(Of T) ( _
hiveRoot As RegistryKey, _
key As String, _
valueName As String _
) As T
public static T ReadRegistryValue<T>(
RegistryKey hiveRoot,
string key,
string valueName
)
Paramètres de type
- T
Paramètres
- hiveRoot
Type : Microsoft.Win32.RegistryKey
- key
Type : System.String
- valueName
Type : System.String
Valeur de retour
Type : T
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.