Share via


IVsDataProvider.GetType 메서드 (String)

해당 하는 공급자별 형식 이름을 확인 Type 표현 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Core
어셈블리:  Microsoft.VisualStudio.Data.Core(Microsoft.VisualStudio.Data.Core.dll)

구문

‘선언
Function GetType ( _
    typeName As String _
) As Type
Type GetType(
    string typeName
)
Type^ GetType(
    String^ typeName
)
abstract GetType : 
        typeName:string -> Type
function GetType(
    typeName : String
) : Type

매개 변수

  • typeName
    형식: String

    공급자별 형식 이름입니다.

반환 값

형식: Type
A Type ; 발견 되 면 지정 된 형식 이름에서 확인 된 형식을 나타내는 개체 그렇지 않으면 nullNull 참조(Visual Basic의 경우 Nothing).

예외

예외 조건
ArgumentNullException

typeName 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

[<ANY>]

DDEX 공급자 GetType 구현에서 예외가 발생 했습니다.

설명

이 메서드를 대리 합니다의 GetTypeEmpty 의 값으로는 source 매개 변수.

.NET Framework 보안

참고 항목

참조

IVsDataProvider 인터페이스

GetType 오버로드

Microsoft.VisualStudio.Data.Core 네임스페이스