ProvideToolboxItemsAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of ProvideToolboxItemsAttribute.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ProvideToolboxItemsAttribute(Int32) | Creates a new instance of ProvideToolboxItemsAttribute which indicates if a class implementing a VSPackage is providing Toolbox items. | |
ProvideToolboxItemsAttribute(Int32, Boolean) | Initializes a new instance of ProvideToolboxItemsAttribute for the specified version. |
Top