PropertyTabAttribute クラス
指定したクラスに対して表示するプロパティ タブを識別します。
この型のすべてのメンバの一覧については、PropertyTabAttribute メンバ を参照してください。
System.Object
System.Attribute
System.ComponentModel.PropertyTabAttribute
<AttributeUsage(AttributeTargets.All)>
Public Class PropertyTabAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.All)]
public class PropertyTabAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::All)]
public __gc class PropertyTabAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.All)
class PropertyTabAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
プロパティ タブにほかのプロパティ タブを追加して、一連の既定のプロパティ以外のプロパティ情報を公開できます。
必要条件
名前空間: 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 内)