IVsSerializeNavigationItem Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(IVsWindowFrame, IStream) | Deserializes an object from the stream. |
![]() | Serialize(IVsWindowFrame, IStream, Object) | Serializes the object to the stream. |
Show:
