IFrameworkView.Run Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.