Share via


IApplication.Windows Property

Definition

Gets the instantiated windows in an application.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IWindow ^> ^ Windows { System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IWindow ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IWindow> Windows { get; }
member this.Windows : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IWindow>
Public ReadOnly Property Windows As IReadOnlyList(Of IWindow)

Property Value

Applies to