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

 

Registers the tool window.

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^

A RegistrationAttribute::RegistrationContext describing the location and values of the registry key.

VSPackages with this attribute do not need to call this method, since it is called by the registration tools.

Return to top
Show: