FrameworkView.Load(String) 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.
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)