다음을 통해 공유


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

오류가 발생하는 경우 예외가 throw되면 true이고, 그렇지 않으면 false입니다.

반환

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

구현

적용 대상