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

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

ListItemsCollectionEditor クラス

ListControl コントロールまたは類似コントロールか派生したコントロール内の ListItemCollection オブジェクトコンポーネント エディタ提供します

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

Public Class ListItemsCollectionEditor
    Inherits CollectionEditor
Dim instance As ListItemsCollectionEditor
public class ListItemsCollectionEditor : CollectionEditor
public ref class ListItemsCollectionEditor
 : public CollectionEditor
public class ListItemsCollectionEditor extends
 CollectionEditor
public class ListItemsCollectionEditor extends
 CollectionEditor
解説解説
使用例使用例

EditorAttribute クラス使用してListItemsCollectionEditor クラスと UITypeEditor クラス (コレクション エディタ基本クラス) をカスタムListItems プロパティ関連付けるコード例次に示します

Private items As ListItemCollection

' Associate the ListItemsCollectionEditor with the ListItems.
<EditorAttribute( GetType(System.Web.UI.Design.WebControls.
 _
    ListItemsCollectionEditor), _
    GetType(UITypeEditor))> _
Public ReadOnly Property
 ListItems() As ListItemCollection
    Get
        Return items
    End Get
End Property ' ListItems
private ListItemCollection items = null;

// Associate the ListItemsCollectionEditor with the ListItems. 
[EditorAttribute(typeof(System.Web.UI.Design.WebControls.
   ListItemsCollectionEditor),
   typeof(UITypeEditor))]
public ListItemCollection ListItems
{
    get { return items; }
} // ListItems
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.Drawing.Design.UITypeEditor
     System.ComponentModel.Design.CollectionEditor
      System.Web.UI.Design.WebControls.ListItemsCollectionEditor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ListItemsCollectionEditor メンバ
System.Web.UI.Design.WebControls 名前空間
ListItem
ListItemCollection
ListControl
ListControlDesigner クラス
CollectionEditor
UITypeEditor
その他の技術情報
ASP.NET コントロール デザイナ概要



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

辞書ショートカット

すべての辞書の索引

「ListItemsCollectionEditor クラス」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS