DesignerActionListCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
DesignerActionListCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
DesignerActionListCollection() |
Varsayılan ayarlarla sınıfının yeni bir örneğini DesignerActionListCollection başlatır. |
DesignerActionListCollection(DesignerActionList[]) |
Belirtilen panel öğeleriyle sınıfının yeni bir örneğini DesignerActionListCollection başlatır. |
DesignerActionListCollection()
Varsayılan ayarlarla sınıfının yeni bir örneğini DesignerActionListCollection başlatır.
public:
DesignerActionListCollection();
public DesignerActionListCollection ();
Public Sub New ()
Açıklamalar
Oluşturucu, DesignerActionListCollection sıfır DesignerActionList nesne içeren boş bir koleksiyon oluşturur.
Ayrıca bkz.
- AddRange(DesignerActionList[])
- Windows Formları için Tasarımcı Komutları ve DesignerAction Nesne Modeli
Şunlara uygulanır
DesignerActionListCollection(DesignerActionList[])
Belirtilen panel öğeleriyle sınıfının yeni bir örneğini DesignerActionListCollection başlatır.
public:
DesignerActionListCollection(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList[] value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList?[] value);
new System.ComponentModel.Design.DesignerActionListCollection : System.ComponentModel.Design.DesignerActionList[] -> System.ComponentModel.Design.DesignerActionListCollection
Public Sub New (value As DesignerActionList())
Parametreler
- value
- DesignerActionList[]
Koleksiyonu doldurmak için nesnelerin dizisi DesignerActionList .
Özel durumlar
value
, null
değeridir.
Açıklamalar
Oluşturucu, DesignerActionListCollection sağlanan DesignerActionList nesneleri içeren bir koleksiyon oluşturur.
Ayrıca bkz.
- AddRange(DesignerActionList[])
- Windows Formları için Tasarımcı Komutları ve DesignerAction Nesne Modeli