RegistrationAttribute.Key.CreateSubkey(String) Méthode

Définition

Crée une nouvelle clé d'inscription. La nouvelle clé est une sous-clé de la clé actuelle.

public:
 abstract Microsoft::VisualStudio::Shell::RegistrationAttribute::Key ^ CreateSubkey(System::String ^ name);
public abstract Microsoft.VisualStudio.Shell.RegistrationAttribute.Key CreateSubkey (string name);
abstract member CreateSubkey : string -> Microsoft.VisualStudio.Shell.RegistrationAttribute.Key
Public MustOverride Function CreateSubkey (name As String) As RegistrationAttribute.Key

Paramètres

name
String

Nom de la nouvelle clé. Ce nom est relatif à la clé actuelle. Une chaîne vide ou null définit la valeur par défaut de la clé.

Retours

RegistrationAttribute.Key

Clé nouvellement créée.

S’applique à