ICoreApplicationView::CoreWindow property

Gets the core window of a Windows Store app.

This property is read/write.

Syntax

HRESULT put_CoreWindow();

HRESULT get_CoreWindow(
  [out, retval] CoreWindow **value
);

Property value

The core window of the app.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.ApplicationModel.Core.h

IDL

Windows.ApplicationModel.Core.idl

See also

ICoreApplicationView