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. |
Get |
Returns a service with the specified type and key. |
Register |
Registers a service with the specified key. |
Unregister |
Removes the specified services. |
See Also