IVsSerializeNavigationItem Interface

 

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 method.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSerializeNavigationItem

NameDescription
System_CAPS_pubmethodDeserialize(IVsWindowFrame, IStream)

Deserializes an object from the stream.

System_CAPS_pubmethodSerialize(IVsWindowFrame, IStream, Object)

Serializes the object to the stream.

Return to top
Show: