Share via


IVsDataViewHierarchy.GetProviderImplementation<T> 메서드

매개 변수가 0 미만인 경우

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

구문

‘선언
Function GetProviderImplementation(Of T As Class) ( _
    implementationType As Type _
) As Object
Object GetProviderImplementation<T>(
    Type implementationType
)
where T : class
generic<typename T>
where T : ref class
Object^ GetProviderImplementation(
    Type^ implementationType
)
abstract GetProviderImplementation : 
        implementationType:Type -> Object  when 'T : not struct
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

Type 매개 변수

  • T
    매개 변수의 형식입니다.

매개 변수

  • implementationType
    형식: System.Type
    특정 구현 형식입니다.

반환 값

형식: System.Object
공급자 구현 형식 또는 nullNull 참조(Visual Basic의 경우 Nothing) 는 구현 형식이 없는 경우.

설명

구현 형식이 면 nullNull 참조(Visual Basic의 경우 Nothing)에서이 메서드는 전역적으로 사용할 수 있는 구현 형식을 검색 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IVsDataViewHierarchy 인터페이스

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스