RegistryHelper.GetValue, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function GetValue ( _
registryKey As SafeHandle, _
name As String, _
defaultValue As Object _
) As Object
public static Object GetValue(
SafeHandle registryKey,
string name,
Object defaultValue
)
Paramètres
- registryKey
Type : System.Runtime.InteropServices.SafeHandle
- name
Type : System.String
- defaultValue
Type : System.Object
Valeur de retour
Type : System.Object
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.