Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 629 Bytes

coreapplication_getcurrentview_176591067.md

File metadata and controls

28 lines (19 loc) · 629 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Core.CoreApplication.GetCurrentView
winrt method

Windows.ApplicationModel.Core.CoreApplication.GetCurrentView

-description

Gets the view corresponding to the current thread.

-returns

The view corresponding to the current thread. If no such view exists, then the method fails.

-remarks

A CoreApplicationView is an app window and its thread.

Windows Phone 8

This API is supported in native apps only.

-examples

-see-also