IVsDataViewHierarchy.GetProviderImplementation<T> (Método)

Crea una implementación del tipo genérico t del tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • T
    Tipo del parámetro.

Parámetros

  • implementationType
    Tipo: System.Type
    Un tipo específico de la implementación.

Valor devuelto

Tipo: System.Object
El tipo de implementación del proveedor, o nullreferencia null (Nothing en Visual Basic) si no se encuentra ningún tipo de implementación.

Comentarios

Si el tipo de implementación es nullreferencia null (Nothing en Visual Basic), las búsquedas de este método para un tipo global disponible de la implementación.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewHierarchy Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)