INavigate Interface
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.
Defines the navigation action for navigation hosts and navigation initiators.
public interface class INavigate
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3206649257, 62698, 17206, 151, 124, 248, 252, 247, 139, 13, 158)]
struct INavigate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3206649257, 62698, 17206, 151, 124, 248, 252, 247, 139, 13, 158)]
public interface INavigate
Public Interface INavigate
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
This interface is mainly infrastructure. It's not expected that typical UWP app will implement this interface. Most apps would use Page and Frame for their navigation structure instead. The Visual Studio templates create this navigation structure for you both for apps/projects and for items/pages.
Methods
Navigate(TypeName) |
Causes the navigation host to load content that is specified by a type reference. |