FrameworkView.Load(String) Method

Definition

Loads the view.

public:
 virtual void Load(Platform::String ^ entryPoint) = Load;
void Load(winrt::hstring const& entryPoint);
public void Load(string entryPoint);
function load(entryPoint)
Public Sub Load (entryPoint As String)

Parameters

entryPoint
String

Platform::String

winrt::hstring

An identifier, such as a class name from the application code, that provides additional information about the view.

Implements

M:Windows.ApplicationModel.Core.IFrameworkView.Load(System.String) M:Windows.ApplicationModel.Core.IFrameworkView.Load(Platform::String) M:Windows.ApplicationModel.Core.IFrameworkView.Load(winrt::hstring)

Applies to