Skip to main content

IUIServiceContainer Members

Provides direct access to a UI element from the view model without referencing the UI element’s real type. This interface is implemented in the UIObjectService class.

Methods

Name Description
Clear() Removes registered services.
GetService(Type, String) Returns a service with the specified type and key.
Register(Object, String) Registers a service with the specified key.
Unregister(Object) Removes the specified services.
See Also