ITypeProvider.GetType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前付きエンティティの Type を取得します。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetType(String) |
名前付きエンティティの Type を取得します。 |
| GetType(String, Boolean) |
名前付きエンティティの Type を取得します。 |
GetType(String, Boolean)
名前付きエンティティの Type を取得します。
public:
Type ^ GetType(System::String ^ name, bool throwOnError);
public Type GetType(string name, bool throwOnError);
abstract member GetType : string * bool -> Type
Public Function GetType (name As String, throwOnError As Boolean) As Type
パラメーター
- name
- String
エンティティの名前を含む文字列。
- throwOnError
- Boolean
name解決できない場合に例外をスローするかどうかを示す値。
返品
名前付きエンティティの Type 。