Compartir a través de


ServiceProvider.AddService (Método) (Type, Object)

Agrega el servicio especificado a la colección interna de servicios.

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

Sintaxis

'Declaración
Public Sub AddService ( _
    serviceType As Type, _
    serviceInstance As Object _
)
public void AddService(
    Type serviceType,
    Object serviceInstance
)
public:
virtual void AddService(
    Type^ serviceType, 
    Object^ serviceInstance
) sealed
abstract AddService : 
        serviceType:Type * 
        serviceInstance:Object -> unit 
override AddService : 
        serviceType:Type * 
        serviceInstance:Object -> unit 
public final function AddService(
    serviceType : Type, 
    serviceInstance : Object
)

Parámetros

  • serviceType
    Tipo: System.Type
    El tipo de servicio que se va a agregar.
  • serviceInstance
    Tipo: System.Object
    La instancia del objeto de servicio que se va a agregar.

Implementaciones

IServiceContainer.AddService(Type, Object)

Comentarios

Este método llama a AddService con el parámetro Boolean establecido en false.

Seguridad de .NET Framework

Vea también

Referencia

ServiceProvider Clase

AddService (Sobrecarga)

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)