ProvideToolWindowAttribute::Register Method (RegistrationAttribute::RegistrationContext^)
Visual Studio 2015
Registers the tool window.
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.
Show: