PackageRegistrationAttribute::Register Method (RegistrationAttribute::RegistrationContext^)

 

Creates registry entries that correspond to the value of this attribute.

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

public:
virtual void Register(
	RegistrationAttribute::RegistrationContext^ context
) override

Parameters

context
Type: Microsoft.VisualStudio.Shell::RegistrationAttribute::RegistrationContext^

Contains information about the whole installation so that registry entries that are specific to this attribute may be created.

Return to top
Show: