ToolboxItem.CreateComponents Yöntem
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.
Araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri oluşturur.
Aşırı Yüklemeler
CreateComponents(IDesignerHost, IDictionary) |
Belirtilen tasarımcı konağı ve varsayılan değerleri kullanarak araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri oluşturur. |
CreateComponents() |
Araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri oluşturur. |
CreateComponents(IDesignerHost) |
Araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri, belirtilen tasarımcı ana bilgisayarını kullanarak oluşturur. |
CreateComponents(IDesignerHost, IDictionary)
Belirtilen tasarımcı konağı ve varsayılan değerleri kullanarak araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri oluşturur.
public:
cli::array <System::ComponentModel::IComponent ^> ^ CreateComponents(System::ComponentModel::Design::IDesignerHost ^ host, System::Collections::IDictionary ^ defaultValues);
public System.ComponentModel.IComponent[] CreateComponents (System.ComponentModel.Design.IDesignerHost host, System.Collections.IDictionary defaultValues);
public System.ComponentModel.IComponent[]? CreateComponents (System.ComponentModel.Design.IDesignerHost? host, System.Collections.IDictionary? defaultValues);
member this.CreateComponents : System.ComponentModel.Design.IDesignerHost * System.Collections.IDictionary -> System.ComponentModel.IComponent[]
Public Function CreateComponents (host As IDesignerHost, defaultValues As IDictionary) As IComponent()
Parametreler
- host
- IDesignerHost
IDesignerHost Bileşenleri oluştururken kullanılacak.
- defaultValues
- IDictionary
Bileşenin başlatıldığı varsayılan değerlerin özellik adı/değer çiftlerinin sözlüğü.
Döndürülenler
Oluşturulan IComponent nesneler dizisi.
Açıklamalar
yöntemi, CreateComponents oluşturulacak bileşenleri içeren bir tür IComponent dizisini almak için yöntemini çağırırCreateComponentsCore.
Şunlara uygulanır
CreateComponents()
Araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri oluşturur.
public:
cli::array <System::ComponentModel::IComponent ^> ^ CreateComponents();
public System.ComponentModel.IComponent[] CreateComponents ();
public System.ComponentModel.IComponent[]? CreateComponents ();
member this.CreateComponents : unit -> System.ComponentModel.IComponent[]
Public Function CreateComponents () As IComponent()
Döndürülenler
Oluşturulan IComponent nesneler dizisi.
Açıklamalar
yöntemi, CreateComponents oluşturulacak bileşenleri içeren bir tür IComponent dizisini almak için yöntemini çağırırCreateComponentsCore.
Şunlara uygulanır
CreateComponents(IDesignerHost)
Araç kutusu öğesinin oluşturmak üzere yapılandırıldığı bileşenleri, belirtilen tasarımcı ana bilgisayarını kullanarak oluşturur.
public:
cli::array <System::ComponentModel::IComponent ^> ^ CreateComponents(System::ComponentModel::Design::IDesignerHost ^ host);
public System.ComponentModel.IComponent[] CreateComponents (System.ComponentModel.Design.IDesignerHost host);
public System.ComponentModel.IComponent[]? CreateComponents (System.ComponentModel.Design.IDesignerHost? host);
member this.CreateComponents : System.ComponentModel.Design.IDesignerHost -> System.ComponentModel.IComponent[]
Public Function CreateComponents (host As IDesignerHost) As IComponent()
Parametreler
- host
- IDesignerHost
IDesignerHost Bileşenleri oluştururken kullanılacak.
Döndürülenler
Oluşturulan IComponent nesneler dizisi.
Açıklamalar
yöntemi, CreateComponents oluşturulacak bileşenleri içeren bir tür IComponent dizisini almak için yöntemini çağırırCreateComponentsCore.