属性が使用するタブの型を取得します。
Public ReadOnly Property TabClasses As Type ()
[C#]
public Type[] TabClasses {get;}
[C++]
public: __property Type* get_TabClasses();
[JScript]
public function get TabClasses() : Type[];
プロパティ値
属性が使用するタブの型を示す型配列。
解説
指定したすべての型は、 PropertyTab に割り当て可能であることが必要です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyTabAttribute クラス | PropertyTabAttribute メンバ | System.ComponentModel 名前空間