IFrameworkView.Load Method

A method that loads or activates any external resources used by the app view before Run is called.

Syntax

public:
void Load(
         String^ entryPoint
)  

Parameters

entryPoint
Type: String 

  The name of the entry point method for the activated type.

Remarks

If you are implementing a DirectX view provider, in this method i you create DirectX-specific resources for your view, like the render target surface and the attached swap chain. If you are activating an out-of-process Windows Runtime type, the app object supplies the name of the entry point method for that type.

These three methods are called, in order, after the app object (defined by a CoreApplication singleton instance) has started.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

See also

Reference

IFrameworkView Interface

IFrameworkView Members

Windows.ApplicationModel.Core Namespace