IVsSerializeNavigationItem::Serialize Method (IVsWindowFrame^, IStream^, Object^)
Visual Studio 2015
Serializes the object to the stream.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- pFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[in] Window frame containing the navigation item.
- pStream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
[in] Stream to which to serialize.
- punkObject
-
Type:
System::Object^
[in] Object to serialize (originally provided through AddNewBFNavigationItem).
Show: