次の方法で共有


ToolboxItemAttribute クラス

ツールボックスの項目の属性を表します。

この型のすべてのメンバの一覧については、ToolboxItemAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.ComponentModel.ToolboxItemAttribute

<AttributeUsage(AttributeTargets.All)>
Public Class ToolboxItemAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.All)]
public class ToolboxItemAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::All)]
public __gc class ToolboxItemAttribute : public Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.All)
class ToolboxItemAttribute extends Attribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

ToolboxItemAttribute は、 ToolboxItem の属性を指定するための手段を提供します。 Attribute によって提供される情報のほかに、このオブジェクトのクラスはツールボックス項目の型を格納します。

必要条件

名前空間: System.ComponentModel

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System (System.dll 内)

参照

ToolboxItemAttribute メンバ | System.ComponentModel 名前空間 | ToolboxItem | Attribute