RegistryHelper.GetValue Method

Namespace:  Microsoft.VisualStudio.Services.Common.Internal
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
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
)
public:
static Object^ GetValue(
    SafeHandle^ registryKey, 
    String^ name, 
    Object^ defaultValue
)
static member GetValue : 
        registryKey:SafeHandle * 
        name:string * 
        defaultValue:Object -> Object
public static function GetValue(
    registryKey : SafeHandle, 
    name : String, 
    defaultValue : Object
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

RegistryHelper Class

Microsoft.VisualStudio.Services.Common.Internal Namespace