DesignSurface.CreateComponent(Type) メソッド

定義

注意事項

CreateComponent has been replaced by CreateInstance and will be removed after Beta2

コンポーネントのインスタンスを作成します。

protected public:
 virtual System::ComponentModel::IComponent ^ CreateComponent(Type ^ componentType);
[System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
protected internal virtual System.ComponentModel.IComponent CreateComponent (Type componentType);
[System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
protected internal virtual System.ComponentModel.IComponent? CreateComponent (Type componentType);
[<System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")>]
abstract member CreateComponent : Type -> System.ComponentModel.IComponent
override this.CreateComponent : Type -> System.ComponentModel.IComponent
Protected Friend Overridable Function CreateComponent (componentType As Type) As IComponent

パラメーター

componentType
Type

作成するコンポーネントの型。

戻り値

新規作成したコンポーネント。

属性

例外

componentTypenullです。

DesignSurface にアタッチした IDesignerHost は破棄されています。

注釈

メソッドは CreateComponent 、コンポーネントのインスタンスを作成するために、デザイン サーフェイスの CreateComponent メソッドによって呼び出されます。 コンポーネントを作成し、デザイン サーフェイスのパブリック コンテナーに追加する必要があります。

適用対象