IWindowOverlay.WindowElements 属性

定义

获取覆盖上的可绘制元素的当前集合。

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

属性值

适用于