Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.07 KB

pagestackentry_pagestackentry_803576630.md

File metadata and controls

32 lines (23 loc) · 2.07 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Navigation.PageStackEntry.#ctor(Windows.UI.Xaml.Interop.TypeName,System.Object,Microsoft.UI.Xaml.Media.Animation.NavigationTransitionInfo)
winrt constructor

Microsoft.UI.Xaml.Navigation.PageStackEntry.PageStackEntry

-description

Initializes a new instance of the PageStackEntry class.

-parameters

-param sourcePageType

The type of page associated with the navigation entry, as a type reference (System.Type for Microsoft .NET, a TypeName helper struct for Visual C++ component extensions (C++/CX)).

-param parameter

The navigation parameter associated with the navigation entry.

-param navigationTransitionInfo

Info about the animated transition associated with the navigation entry.

-remarks

Note

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 Microsoft Visual Basic, use GetType. If you're using Visual C++ component extensions (C++/CX)), where you'll need to create a TypeName helper struct, you can use the typeid component extension.

-examples

-see-also

BackStack, ForwardStack, XAML Navigation sample