ProvideToolboxPageAttribute Constructor

 

Initializes a new instance of ProvideToolboxPageAttribute.

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

NameDescription
System_CAPS_pubmethodProvideToolboxPageAttribute(Type^, Int16)

Initializes a new instance of ProvideToolboxPageAttribute, using the type of the class implementing the Customize Toolbox dialog page, and a resource ID.

System_CAPS_pubmethodProvideToolboxPageAttribute(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.

System_CAPS_pubmethodProvideToolboxPageAttribute(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.

Return to top
Show: