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

定義

構成の種類を表す Type を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

typeName
String

構成の種類を表す文字列。

throwOnError
Boolean

true エラーが発生した場合に例外をスローする必要がある場合。エラーが発生した場合に例外をスローしない場合に false します。

返品

構成の種類を表す Type

実装

適用対象