共用方式為


ProvideToolboxItemConfigurationAttribute Constructor

Initializes a new instance of ProvideToolboxItemConfigurationAttribute.

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

Syntax

'宣告
Public Sub New ( _
    objectType As Type _
)
public ProvideToolboxItemConfigurationAttribute(
    Type objectType
)

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.

.NET Framework Security

See Also

Reference

ProvideToolboxItemConfigurationAttribute Class

Microsoft.VisualStudio.Shell Namespace

ProvideToolboxItemConfigurationAttribute

IConfigureToolboxItem

ToolboxItem

ProvideAssemblyFilterAttribute

Other Resources

Toolbox (Visual Studio SDK)