PageStackEntry.SourcePageType Property
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.
Gets the type of page associated with this navigation entry.
public:
property TypeName SourcePageType { TypeName get(); };
TypeName SourcePageType();
public System.Type SourcePageType { get; }
var typeName = pageStackEntry.sourcePageType;
Public ReadOnly Property SourcePageType As Type
Property Value
The page type of the navigation entry, as a type reference (System.Type for Microsoft .NET, a TypeName helper struct for C++/WinRT).
Remarks
Note
If you are programming using a Microsoft .NET language (C# or Microsoft Visual Basic), the TypeName type projects as System.Type. If you're using C++/WinRT, this is a TypeName helper struct.