INavigate.Navigate(TypeName) 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.
Causes the navigation host to load content that is specified by a type reference.
public:
bool Navigate(TypeName sourcePageType);
bool Navigate(TypeName const& sourcePageType);
public bool Navigate(System.Type sourcePageType);
function navigate(sourcePageType)
Public Function Navigate (sourcePageType As Type) As Boolean
Parameters
Returns
bool
true if the navigation host can navigate according to its settings; otherwise, false.
Remarks
The INavigate interface is mainly infrastructure. It's not expected that typical UWP app will implement this interface.
Important
If you are programming using a Microsoft .NET language (C# or Microsoft Visual Basic), the TypeName type projects as System.Type.