다음을 통해 공유


ITypeProvider.GetType 메서드

정의

명명된 엔터티의 Type을 가져옵니다.

오버로드

GetType(String)

명명된 엔터티의 Type을 가져옵니다.

GetType(String, Boolean)

명명된 엔터티의 Type을 가져옵니다.

GetType(String)

명명된 엔터티의 Type을 가져옵니다.

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

매개 변수

name
String

엔터티의 이름을 포함하는 문자열입니다.

반환

Type

명명된 엔터티의 Type입니다.

적용 대상

GetType(String, Boolean)

명명된 엔터티의 Type을 가져옵니다.

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

매개 변수

name
String

엔터티의 이름을 포함하는 문자열입니다.

throwOnError
Boolean

name을 확인할 수 없는 경우 예외를 throw할지 여부를 나타내는 값입니다.

반환

Type

명명된 엔터티의 Type입니다.

적용 대상