Frame.Navigate(TypeName) method

0 out of 3 rated this helpful - Rate this topic

Causes the Frame to load content represented by the specified Page-derived data type.

Syntax


public bool Navigate(
  Type sourcePageType
)

Parameters

sourcePageType

Type: System.Type [.NET] | TypeName [C++]

The data type of the content to load.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the frame can navigate according to its settings; otherwise, false.

Remarks

Tip  If you are programming using a Microsoft .NET language (C# or Microsoft Visual Basic), the TypeName type projects as System.Type. When programming using C#, it is common to use the typeof operator to get references to the System.Type of a type. In Visual Basic, use GetType.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Frame
Navigate(TypeName, Object)

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.