IFrameworkView.SetWindow method

1 out of 1 rated this helpful - Rate this topic

A method that sets the current window for the app object's view.

Syntax


void SetWindow(
  CoreWindow window
)

Parameters

window

Type: CoreWindow

The current window for the app object.

Remarks

The app object calls your implementation of this method whenever it needs to set the current window, represented as aCoreWindow instance, for the associated view. Your implementation mustat least assign the provided window to the view and register for any view and window events.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Core
Windows::ApplicationModel::Core [C++]

Metadata

Windows.winmd

See also

IFrameworkView
CoreWindow

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.