共用方式為


PageStackEntry(TypeName, Object, NavigationTransitionInfo) 建構函式

定義

初始化 PageStackEntry 類別的新實例。

public:
 PageStackEntry(TypeName sourcePageType, Platform::Object ^ parameter, NavigationTransitionInfo ^ navigationTransitionInfo);
 PageStackEntry(TypeName const& sourcePageType, IInspectable const& parameter, NavigationTransitionInfo const& navigationTransitionInfo);
public PageStackEntry(System.Type sourcePageType, object parameter, NavigationTransitionInfo navigationTransitionInfo);
function PageStackEntry(sourcePageType, parameter, navigationTransitionInfo)
Public Sub New (sourcePageType As Type, parameter As Object, navigationTransitionInfo As NavigationTransitionInfo)

參數

sourcePageType
TypeName Type

與導覽專案相關聯的頁面類型,作為 System.Type for Microsoft .NET 的類型參考 (,這是 Visual C++ 元件延伸模組的 TypeName 協助程式結構, (C++/CX) ) 。

parameter
Object

Platform::Object

IInspectable

與流覽專案相關聯的導覽參數。

navigationTransitionInfo
NavigationTransitionInfo

與導覽專案相關聯的動畫轉換相關資訊。

備註

注意

如果您是使用 Microsoft .NET 語言進行程式設計, (C# 或 Microsoft Visual Basic ) ,TypeName 類型會專案為 System.Type。 使用 C# 進行程式設計時,通常會使用 typeof 運算子來取得型別 之 System.Type 的參考。 在 Microsoft Visual Basic 中,使用 GetType。 如果您使用 Visual C++ 元件延伸模組 (C++/CX) ) ,您必須在其中建立 TypeName 協助程式結構,您可以使用 typeid 元件延伸模組

適用於

另請參閱