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

 

Creates all the registry keys and entries as specified by the class constructor.

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

This method is called to create the necessary registry keys and entries to specify a property page. Typically, a program such as Regpkg.exe reads a specified assembly and looks for all attributes that inherit from the RegistrationAttribute class. Regpkg.exe then instantiates each attribute, supplying the appropriate parameters that were specified when the attribute was compiled. Finally, Regpkg.exe calls the Register method on the newly created object to cause all the appropriate registry keys and entries to be created.

Note that this method is an override of the Register method.

Return to top
Show: