次の方法で共有


ToolboxItem.GetType メソッド

指定した型のインスタンスを作成します。

オーバーロードの一覧

指定した型のインスタンスを作成します。オプションで、指定したデザイナ ホストとアセンブリの名前を使用します。

[Visual Basic] Overloads Protected Overridable Function GetType(IDesignerHost, AssemblyName, String, Boolean) As Type

[C#] protected virtual Type GetType(IDesignerHost, AssemblyName, string, bool);

[C++] protected: virtual Type* GetType(IDesignerHost*, AssemblyName*, String*, bool);

[JScript] protected function GetType(IDesignerHost, AssemblyName, String, Boolean) : Type;

Object から継承されます。

[Visual Basic] Overloads Public Function GetType() As Type

[C#] public Type GetType();

[C++] public: Type* GetType();

[JScript] public function GetType() : Type;

参照

ToolboxItem クラス | ToolboxItem メンバ | System.Drawing.Design 名前空間