IDesignerHost::AddService Method

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAddService(Type^, Object^)

Adds the specified service to the service container.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, Object^, Boolean)

Adds the specified service to the service container, and optionally promotes the service to any parent service containers.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, ServiceCreatorCallback^)

Adds the specified service to the service container.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, ServiceCreatorCallback^, Boolean)

Adds the specified service to the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.)

Return to top
Show: