RegistryValue.FromValue(String, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma instância registryValue do valor fornecido com o nome fornecido
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
Parâmetros
- name
- String
O nome do RegistryValue
- value
- Object
O valor atribuído ao RegistryValue
Retornos
Retorna uma nova instância registryValue