IFrameworkView.Run Method

Definition

Starts the app view.

public:
 void Run();
void Run();
public void Run();
function run()
Public Sub 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.

Applies to