Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CoreApplication.Views Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets all views for the app.

public:
 static property IVectorView<CoreApplicationView ^> ^ Views { IVectorView<CoreApplicationView ^> ^ get(); };
static IVectorView<CoreApplicationView> Views();
public static IReadOnlyList<CoreApplicationView> Views { get; }
var iVectorView = CoreApplication.views;
Public Shared ReadOnly Property Views As IReadOnlyList(Of CoreApplicationView)

Property Value

All of the app's views.

Remarks

A view is an app window and its thread.

Windows Phone 8

This API is supported in native apps only.

Applies to


Feedback

Was this page helpful?