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)
Syntax
'Declaration
<GuidAttribute("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSerializeNavigationItem
[GuidAttribute("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSerializeNavigationItem
[GuidAttribute(L"00757DA7-AAE5-4FE4-9FDF-2E85364E228B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSerializeNavigationItem
[<GuidAttribute("00757DA7-AAE5-4FE4-9FDF-2E85364E228B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSerializeNavigationItem = interface end
public interface IVsSerializeNavigationItem
The IVsSerializeNavigationItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
Deserialize | Deserializes an object from the stream. | |
Serialize | Serializes the object to the stream. |
Top