IVsSerializeNavigationItem Interface

Definition

Allows a navigation item to be saved after the window frame with which it is associated is closed. If the document associated with that window frame is opened again, the navigation item can be recreated using the Deserialize(IVsWindowFrame, IStream) method.

C++/CX
public interface class IVsSerializeNavigationItem
Attributes

Methods

Deserialize(IVsWindowFrame, IStream)

Deserializes an object from the stream.

Serialize(IVsWindowFrame, IStream, Object)

Serializes the object to the stream.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022