RegistryValue.FromValue(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance RegistryValue à partir de la valeur donnée avec le nom donné
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
Paramètres
- name
- String
Nom du RegistryValue
- value
- Object
Valeur affectée à RegistryValue
Retours
Retourne une nouvelle instance RegistryValue