NavigationWindow.BackStack 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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,如果巡覽記錄中沒有任何項目,或是 NavigationWindow 沒有自己的巡覽記錄,則為 null
。
備註
傳 BackStack 回的專案包括整個內容、片段導覽和自訂狀態。
相依性屬性資訊
識別碼欄位 | BackStack |
中繼資料屬性設定為 true |
無 |