Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Sub AddService ( _
serviceType As Type, _
serviceInstance As Object _
) Implements IServiceContainer.AddService
'Usage
Dim instance As Package
Dim serviceType As Type
Dim serviceInstance As Object
CType(instance, IServiceContainer).AddService(serviceType, _
serviceInstance)
void IServiceContainer.AddService(
Type serviceType,
Object serviceInstance
)
private:
virtual void AddService(
Type^ serviceType,
Object^ serviceInstance
) sealed = IServiceContainer::AddService
private abstract AddService :
serviceType:Type *
serviceInstance:Object -> unit
private override AddService :
serviceType:Type *
serviceInstance:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- serviceType
Type: System.Type
Type of service to add.
- serviceInstance
Type: System.Object
Service object.
Implements
IServiceContainer.AddService(Type, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.