ProvideToolboxItemConfigurationAttribute Constructor (Type^)

 

Initializes a new instance of ProvideToolboxItemConfigurationAttribute.

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

public:
ProvideToolboxItemConfigurationAttribute(
	Type^ objectType
)

Parameters

objectType
Type: System::Type^

[in] Type.

objectType must be a public class implementing IConfigureToolboxItem.

This class must also register as providing ToolboxItem configuration support for the specified assemblies. For more information about classes implementing IConfigureToolboxItem, see IConfigureToolboxItem.

Return to top
Show: