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.

public interface class IVsSerializeNavigationItem
public interface class IVsSerializeNavigationItem
__interface IVsSerializeNavigationItem
[System.Runtime.InteropServices.Guid("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSerializeNavigationItem
[<System.Runtime.InteropServices.Guid("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSerializeNavigationItem = interface
Public Interface IVsSerializeNavigationItem
Attributes

Methods

Deserialize(IVsWindowFrame, IStream)

Deserializes an object from the stream.

Serialize(IVsWindowFrame, IStream, Object)

Serializes the object to the stream.

Applies to