Sdílet prostřednictvím


IVsDataViewHierarchy.GetProviderImplementation<T> – metoda

Vytvoří implementace obecný typ t ze zadaného typu.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • T
    Typ parametru.

Parametry

  • implementationType
    Typ: System.Type
    Typ konkrétní implementaci.

Vrácená hodnota

Typ: System.Object
Typ implementace zprostředkovatele, nebo null Pokud je nalezen žádný typ implementace.

Poznámky

Pokud je typ implementace null , tato metoda vyhledá typ globálně dostupná implementace.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewHierarchy Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů