RegistryValue.FromValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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