IFrameworkView.Run Method

A method that starts the app view.

Syntax

public:
void Run()  

Remarks

Your implementation of this method must at least activate the CoreWindow instance associated with the view, and start the event dispatcher for this window by calling ProcessEvents.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

See also

Reference

IFrameworkView Interface

IFrameworkView Members

Windows.ApplicationModel.Core Namespace