Share via


RegistryValue.FromValue(String, Object) Method

Definition

Creates a RegistryValue instance from the given value with the given name

public static Microsoft.VisualStudio.Utilities.Internal.RegistryValue FromValue (string name, object value);
static member FromValue : string * obj -> Microsoft.VisualStudio.Utilities.Internal.RegistryValue
Public Shared Function FromValue (name As String, value As Object) As RegistryValue

Parameters

name
String

The name of the RegistryValue

value
Object

The value assigned to the RegistryValue

Returns

Returns a new RegistryValue instance

Applies to