NavigationWindow.BackStack 屬性

定義

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

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

屬性值

IEnumerable

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

備註

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

相依性屬性資訊

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

適用於

另請參閱