NavigationWindow.ForwardStack 屬性

定義

取得 IEnumerable,您會針對 NavigationWindow,使用前述取得屬性來列舉向後巡覽記錄中的項目。

public:
 property System::Collections::IEnumerable ^ ForwardStack { System::Collections::IEnumerable ^ get(); };
public System.Collections.IEnumerable ForwardStack { get; }
member this.ForwardStack : System.Collections.IEnumerable
Public ReadOnly Property ForwardStack As IEnumerable

屬性值

如果向前巡覽記錄中已至少加入一個項目,則為 IEnumerable,如果巡覽記錄中沒有任何項目,或是 NavigationWindow 沒有自己的巡覽記錄,則為 null。

備註

ForwardStack 傳回的專案包括整個內容、片段導覽和自訂狀態。

相依性屬性資訊

識別碼欄位 ForwardStack
設定為 的中繼資料屬性 true

適用於

另請參閱