InstanceCreationEditor.CreateInstance(ITypeDescriptorContext, Type) メソッド

定義

派生クラスでオーバーライドされた場合は、指定した型のインスタンスを返します。

public:
 abstract System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ instanceType);
public abstract object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, Type instanceType);
public abstract object? CreateInstance (System.ComponentModel.ITypeDescriptorContext context, Type instanceType);
abstract member CreateInstance : System.ComponentModel.ITypeDescriptorContext * Type -> obj
Public MustOverride Function CreateInstance (context As ITypeDescriptorContext, instanceType As Type) As Object

パラメーター

context
ITypeDescriptorContext

コンテキスト情報。

instanceType
Type

指定された型。

戻り値

指定した型のインスタンスまたは null

適用対象