Property Windows
Windows
Gets the instantiated windows in the application.
public IReadOnlyList<Window> Windows { get; }
Property Value
- IReadOnlyList<Window>
A IReadOnlyList<T> that contains references to all window objects in the application.
Gets the instantiated windows in the application.
public IReadOnlyList<Window> Windows { get; }
A IReadOnlyList<T> that contains references to all window objects in the application.