RegisterLoadKeyAttribute::RegKeyName Method (RegistrationAttribute::RegistrationContext^)

 

Gets the registry key name for the load key information of the VSPackage. This attribute has been deprecated.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
String^ RegKeyName(
	RegistrationAttribute::RegistrationContext^ context
)

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.

Return to top
Show: