RegistrationAttribute::RegistrationContext::ComponentType Property

 

Gets the type of component being registered.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

public:
property Type^ ComponentType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The type of component being registered.

For attributes attached to VSPackages, ComponentType returns the package type.

Return to top
Show: