RegisterLoadKeyAttribute::RegKeyName Method (RegistrationAttribute::RegistrationContext^)
Visual Studio 2015
Gets the registry key name for the load key information of the VSPackage. This attribute has been deprecated.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- context
-
Type:
Microsoft.VisualStudio.Shell::RegistrationAttribute::RegistrationContext^
A registration context provided by an external registration tool. The context can be used to create registry keys, log registration activity, and obtain information about the component being registered.
Return Value
Type: System::String^The Registry Key name for the load key information of the VSPackage.
Show: