Compartir a través de


Package.IServiceContainer.AddService Method (Type, ServiceCreatorCallback)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Adds the given service to the VSPackage's service container.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
Private Sub AddService ( _
    serviceType As Type, _
    callback As ServiceCreatorCallback _
) Implements IServiceContainer.AddService
void IServiceContainer.AddService(
    Type serviceType,
    ServiceCreatorCallback callback
)

Parameters

  • serviceType
    Type: System.Type
    Type of service to add.

Implements

IServiceContainer.AddService(Type, ServiceCreatorCallback)

.NET Framework Security

See Also

Reference

Package Class

AddService Overload

Microsoft.VisualStudio.Shell Namespace