IVsSerializeNavigationItem::Serialize Method (IVsWindowFrame^, IStream^, Object^)

 

Serializes the object to the stream.

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

void Serialize(
	IVsWindowFrame^ pFrame,
	IStream^ pStream,
	Object^ punkObject
)

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

Return to top
Show: