This documentation is archived and is not being maintained.
Frame::JournalOwnership Property
Visual Studio 2010
Gets or sets whether a Frame is responsible for managing its own navigation history, or yields navigation history management to a parent navigator (NavigationWindow, Frame).
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
public: property JournalOwnership JournalOwnership { JournalOwnership get (); void set (JournalOwnership value); }
<object JournalOwnership="JournalOwnership" .../>
Property Value
Type: System.Windows.Navigation::JournalOwnershipA JournalOwnership value that specifies whether Frame manages its own journal. The default value is Automatic.
By default, Frame will use its own navigation history only if a parent navigation host (NavigationWindow, Frame) with its own journal cannot be found (for example, if a Frame is hosted in content that is hosted by a Window). To force Frame to manage its own navigation history, set JournalOwnership to OwnsJournal.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: