A method that loads or activates any external resources used by the app view before Run is called.
public:
void Load(
String^ entryPoint
)
entryPoint
Type: String
The name of the entry point method for the activated type.
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.
Namespace: Windows.ApplicationModel.Core
Metadata: windows.winmd