Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ProvideToolboxItemConfigurationAttribute.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
objectType As Type _
)
'Usage
Dim objectType As Type
Dim instance As New ProvideToolboxItemConfigurationAttribute(objectType)
public ProvideToolboxItemConfigurationAttribute(
Type objectType
)
public:
ProvideToolboxItemConfigurationAttribute(
Type^ objectType
)
new :
objectType:Type -> ProvideToolboxItemConfigurationAttribute
public function ProvideToolboxItemConfigurationAttribute(
objectType : Type
)
Parameters
- objectType
Type: System.Type
[in] Type.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideToolboxItemConfigurationAttribute Class
ProvideToolboxItemConfigurationAttribute Members
Microsoft.VisualStudio.Shell Namespace
ProvideToolboxItemConfigurationAttribute
ProvideAssemblyFilterAttribute