RegisterLoadKeyAttribute.RegKeyName 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.
Registry Key name for this package's load key information.
public:
System::String ^ RegKeyName(Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext ^ context);
std::wstring RegKeyName(Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext const & context);
public string RegKeyName (Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext context);
member this.RegKeyName : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext -> string
Public Function RegKeyName (context As RegistrationAttribute.RegistrationContext) As String