ProvideToolboxItemConfigurationAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.