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