Share via


Metodo RegistrationAttribute.Key.CreateSubkey

crea un nuovo codice di registrazione.La nuova chiave è una sottochiave corrente Key.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

Sintassi

'Dichiarazione
Public MustOverride Function CreateSubkey ( _
    name As String _
) As RegistrationAttribute.Key
public abstract RegistrationAttribute.Key CreateSubkey(
    string name
)

Parametri

  • name
    Tipo: System.String
    Il nome della nuova chiave.Questo nome è relativo alla chiave corrente.Un oggetto vuoto o nullriferimento null (Nothing in Visual Basic) la stringa viene impostato il valore predefinito per la chiave.

Valore restituito

Tipo: Microsoft.VisualStudio.Shell.RegistrationAttribute.Key
Il file appena creato Key.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RegistrationAttribute.Key Classe

Spazio dei nomi Microsoft.VisualStudio.Shell

RegistrationAttribute.Key