次の方法で共有


IDesignerHost.GetType メソッド

指定した完全限定型名のインスタンスを取得します。

Function GetType( _
   ByVal typeName As String _) As Type
[C#]
Type GetType(
   stringtypeName);
[C++]
Type* GetType(
   String* typeName);
[JScript]
function GetType(
   typeName : String) : Type;

パラメータ

  • typeName
    読み込む型の名前。

戻り値

指定した型名の型オブジェクト。型が見つからない場合は null 参照 (Visual Basic では Nothing) 。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IDesignerHost インターフェイス | IDesignerHost メンバ | System.ComponentModel.Design 名前空間