IUIServiceContainer Methods
Provides access to methods that manage UI services.Name | Description |
---|---|
Clear() | Remove all registered UI services from the container. |
GetService(Type, String) | Gets a registered UI service by its type and key in the container. |
Register(Object, String) | Registers the specified service in the container. |
Unregister(Object) | Removes the specified service from the container. |
See Also