Partilhar via


Método IVsDataViewHierarchy.GetProviderImplementation<T>

Cria uma implementação de tipo genérico T do tipo especificado.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • T
    O tipo de parâmetro.

Parâmetros

  • implementationType
    Tipo: System.Type
    Um tipo específico da implementação.

Valor de retorno

Tipo: System.Object
O tipo da implementação do provedor, ou nulluma referência nula (Nothing no Visual Basic) se nenhum tipo de implementação for encontrado.

Comentários

Se o tipo de implementação é nulluma referência nula (Nothing no Visual Basic), pesquisas de esse método para um tipo globalmente disponível de implementação.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewHierarchy Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities