PageStackEntry.SourcePageType Property

Definition

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.

Applies to

See also