ProvideToolboxPageAttribute Constructor
Visual Studio 2015
Initializes a new instance of ProvideToolboxPageAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ProvideToolboxPageAttribute(Type^, Int16) | Initializes a new instance of ProvideToolboxPageAttribute, using the type of the class implementing the Customize Toolbox dialog page, and a resource ID. |
![]() | ProvideToolboxPageAttribute(Type^, Int16, Int16) | Initializes a new instance of ProvideToolboxPageAttribute, using the type of the class implementing the Customize Toolbox dialog page, a resource ID, and a page order. |
![]() | ProvideToolboxPageAttribute(Type^, Int16, Int16, String^) | Initializes a new instance of ProvideToolboxPageAttribute, using the Type of the class implementing the Customize Toolbox dialog page, a resource ID, a page order, and a help string. |
Show:
