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오류가 발생하면 예외를 throw합니다. 그렇지 않으면 . false

반품

Type 구성 개체의 형식을 나타내는 개체입니다.

적용 대상