Package.AddService Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
IServiceContainer.AddService(Type, ServiceCreatorCallback)
Infrastructure. Adds the given service to the VSPackage's service container.
IServiceContainer.AddService(Type, Object)
Infrastructure. Adds the given service to the VSPackage's service container.
IServiceContainer.AddService(Type, ServiceCreatorCallback, Boolean)
Adds the given service to the service container by means of the specified ServiceCreatorCallback.
IServiceContainer.AddService(Type, Object, Boolean)
Infrastructure. Adds the given service to the VSPackage's service container.
Top