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

ArrayEditor クラス

デザイン時に配列編集するためのユーザー インターフェイス提供します

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

Public Class ArrayEditor
    Inherits CollectionEditor
public class ArrayEditor : CollectionEditor
public ref class ArrayEditor : public
 CollectionEditor
public class ArrayEditor extends CollectionEditor
public class ArrayEditor extends
 CollectionEditor
解説解説
使用例使用例

System.ComponentModel.EditorAttribute をプロパティ適用するコード例次に示します

<EditorAttribute(GetType(ArrayEditor), GetType(System.Drawing.Design.UITypeEditor))>
 _
Public Property componentArray() As
 Object()
    Get
        Return compArray
    End Get
    Set(ByVal Value As Object())
        compArray = Value
    End Set
End Property
Private compArray() As Object
[EditorAttribute(typeof(System.ComponentModel.Design.ArrayEditor), typeof(System.Drawing.Design.UITypeEditor))]
public object[] componentArray
{
    get
    {
        return compArray;
    }
    set
    {
        compArray = value;
    }
}
private object[] compArray;
public:
   property array<Object^>^ componentArray 
   {
      [EditorAttribute(System::ComponentModel::Design::ArrayEditor::typeid,
         System::Drawing::Design::UITypeEditor::typeid)]
      array<Object^>^ get()
      {
         return compArray;
      }
      void set( array<Object^>^ value
 )
      {
         compArray = value;
      }
   }
private:
   array<Object^>^compArray;
/** @attribute EditorAttribute(System.ComponentModel.Design.ArrayEditor.
    class,System.Drawing.Design.UITypeEditor.class)
 */
/** @property 
 */
public Object[] get_componentArray()
{
    return compArray;
}//get_componentArray

/** @property
 */
public void set_componentArray(Object value[])
{
    compArray = value;
}//set_componentArray

private Object compArray[];
継承階層継承階層
System.Object
   System.Drawing.Design.UITypeEditor
     System.ComponentModel.Design.CollectionEditor
      System.ComponentModel.Design.ArrayEditor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ArrayEditor メンバ
System.ComponentModel.Design 名前空間
CollectionEditor


このページでは「.NET Framework クラス ライブラリ リファレンス」からArrayEditor クラスを検索した結果を表示しています。
Weblioに収録されているすべての辞書からArrayEditor クラスを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からArrayEditor クラス を検索

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

辞書ショートカット

すべての辞書の索引

「ArrayEditor クラス」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS