AppWindow.GetDisplayRegions Method

Definition

Returns the collection of display regions available for the app window.

public:
 virtual IVectorView<DisplayRegion ^> ^ GetDisplayRegions() = GetDisplayRegions;
IVectorView<DisplayRegion> GetDisplayRegions();
public IReadOnlyList<DisplayRegion> GetDisplayRegions();
function getDisplayRegions()
Public Function GetDisplayRegions () As IReadOnlyList(Of DisplayRegion)

Returns

The collection of display regions available for the app window.

Applies to

See also