다음을 통해 공유


IInternalConfigHost.GetConfigTypeName(Type) 메서드

정의

구성의 형식을 나타내는 Type 개체의 형식 이름을 나타내는 문자열을 반환합니다.

public:
 System::String ^ GetConfigTypeName(Type ^ t);
public string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
Public Function GetConfigTypeName (t As Type) As String

매개 변수

t
Type

Type 개체입니다.

반환

구성의 형식을 나타내는 Type 개체의 형식 이름을 나타내는 문자열입니다.

적용 대상