TableRowsCollectionEditor クラス
アセンブリ: System.Design (system.design.dll 内)
構文
使用例EditorAttribute を使用して、TableRowsCollectionEditor クラスと UITypeEditor クラス (コレクション エディタの基本クラス) をカスタムの TestRows プロパティと関連付けるコード例を次に示します。
Private rows As TableRowCollection ' Associate the TableRowsCollectionEditor with the TestRows. <EditorAttribute( GetType(System.Web.UI.Design.WebControls. _ TableRowsCollectionEditor), _ GetType(UITypeEditor))> _ Public ReadOnly Property TestRows() As TableRowCollection Get Return rows End Get End Property ' TestRows
継承階層System.Drawing.Design.UITypeEditor
System.ComponentModel.Design.CollectionEditor
System.Web.UI.Design.WebControls.TableRowsCollectionEditor
スレッド セーフ
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- TableRowsCollectionEditor クラスのページへのリンク