ApplicationView.GetDisplayRegions Method
Definition
Returns the collection of display regions available for the view.
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 view.
Windows 10 requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|