TableRowsCollectionEditor クラスとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > TableRowsCollectionEditor クラスの意味・解説 

TableRowsCollectionEditor クラス

テーブルの行を編集するためのユーザー インターフェイス提供します

名前空間: System.Web.UI.Design.WebControls
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Class TableRowsCollectionEditor
    Inherits CollectionEditor
Dim instance As TableRowsCollectionEditor
public class TableRowsCollectionEditor : CollectionEditor
public ref class TableRowsCollectionEditor
 : public CollectionEditor
public class TableRowsCollectionEditor extends
 CollectionEditor
public class TableRowsCollectionEditor extends
 CollectionEditor
使用例使用例

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
private TableRowCollection rows = null;

// Associate the TableRowsCollectionEditor with the TestRows. 
[EditorAttribute(typeof(System.Web.UI.Design.WebControls.
   TableRowsCollectionEditor),
   typeof(UITypeEditor))]
public TableRowCollection TestRows
{
    get { return rows; }
} // TestRows
継承階層継承階層
System.Object
   System.Drawing.Design.UITypeEditor
     System.ComponentModel.Design.CollectionEditor
      System.Web.UI.Design.WebControls.TableRowsCollectionEditor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TableRowsCollectionEditor メンバ
System.Web.UI.Design.WebControls 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「TableRowsCollectionEditor クラス」の関連用語

TableRowsCollectionEditor クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



TableRowsCollectionEditor クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS