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: TypeUn 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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.