ProvideToolboxItemConfigurationAttribute(Type) Constructor

Definition

Initializes a new instance of ProvideToolboxItemConfigurationAttribute.

public:
 ProvideToolboxItemConfigurationAttribute(Type ^ objectType);
public:
 ProvideToolboxItemConfigurationAttribute(Platform::Type ^ objectType);
public ProvideToolboxItemConfigurationAttribute (Type objectType);
new Microsoft.VisualStudio.Shell.ProvideToolboxItemConfigurationAttribute : Type -> Microsoft.VisualStudio.Shell.ProvideToolboxItemConfigurationAttribute
Public Sub New (objectType As Type)

Parameters

objectType
Type

[in] Type.

Remarks

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.

Applies to