次の方法で共有


ProvideToolboxItemConfigurationAttribute Constructor

Initializes a new instance of ProvideToolboxItemConfigurationAttribute.

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

Syntax

'宣言
Public Sub New ( _
    objectType As Type _
)
'使用
Dim objectType As Type

Dim instance As New ProvideToolboxItemConfigurationAttribute(objectType)
public ProvideToolboxItemConfigurationAttribute(
    Type objectType
)
public:
ProvideToolboxItemConfigurationAttribute(
    Type^ objectType
)
public function ProvideToolboxItemConfigurationAttribute(
    objectType : 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.

Permissions

See Also

Concepts

Toolbox (Visual Studio SDK)

Reference

ProvideToolboxItemConfigurationAttribute Class

ProvideToolboxItemConfigurationAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideToolboxItemConfigurationAttribute

IConfigureToolboxItem

ToolboxItem

ProvideAssemblyFilterAttribute