Interface IUIToolkitHost
Interface for the host of the application interface using UI Toolkit.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: solution.dll
Syntax
public interface IUIToolkitHost : IHost, IDisposable
Methods
| Name | Description |
|---|---|
| HostApplication(IUIToolkitApp, IServiceProvider) | Hosts the application. |
| TryFindElement<T>(out T) | Tries to find an element of the given type in the visual tree of the app. |