次の方法で共有


IInternalConfigHost.GetConfigType(String, Boolean) メソッド

定義

構成オブジェクトの型を表す Type オブジェクトを返します。

public:
 Type ^ GetConfigType(System::String ^ typeName, bool throwOnError);
public Type GetConfigType (string typeName, bool throwOnError);
abstract member GetConfigType : string * bool -> Type
Public Function GetConfigType (typeName As String, throwOnError As Boolean) As Type

パラメーター

typeName
String

型名。

throwOnError
Boolean

true エラーが発生した場合に例外をスローする場合は 。それ以外の場合は false

戻り値

構成オブジェクトの型を表す Type オブジェクト。

適用対象