RegistryHelper.SetValue Method (SafeHandle, String, Int32)

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

Syntax

'Declaration
Public Shared Sub SetValue ( _
    registryKey As SafeHandle, _
    name As String, _
    value As Integer _
)
public static void SetValue(
    SafeHandle registryKey,
    string name,
    int value
)
public:
static void SetValue(
    SafeHandle^ registryKey, 
    String^ name, 
    int value
)
static member SetValue : 
        registryKey:SafeHandle * 
        name:string * 
        value:int -> unit
public static function SetValue(
    registryKey : SafeHandle, 
    name : String, 
    value : int
)

Parameters

.NET Framework Security

See Also

Reference

RegistryHelper Class

SetValue Overload

Microsoft.VisualStudio.Services.Common.Internal Namespace