Compartir a través de


ServiceProvider.GetServiceImpl (Método) (Type)

Proporciona la implementación para recuperar un servicio de un tipo específico.

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

Sintaxis

'Declaración
Protected Overridable Function GetServiceImpl ( _
    serviceType As Type _
) As Object
protected virtual Object GetServiceImpl(
    Type serviceType
)
protected:
virtual Object^ GetServiceImpl(
    Type^ serviceType
)
abstract GetServiceImpl : 
        serviceType:Type -> Object  
override GetServiceImpl : 
        serviceType:Type -> Object
protected function GetServiceImpl(
    serviceType : Type
) : Object

Parámetros

  • serviceType
    Tipo: Type

    Un tipo de servicio.

Valor devuelto

Tipo: Object
Devuelve el servicio del tipo especificado, o devuelve nullreferencia null (Nothing en Visual Basic) si no se encontró ningún servicio.

Seguridad de .NET Framework

Vea también

Referencia

ServiceProvider Clase

GetServiceImpl (Sobrecarga)

Microsoft.VisualStudio.Data (Espacio de nombres)

IServiceProvider