IVsSerializeNavigationItem.Deserialize Method (IVsWindowFrame, IStream)

 

Deserializes an object from the stream.

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

object Deserialize(
	IVsWindowFrame pFrame,
	IStream pStream
)

Parameters

pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame

[in] Window frame containing the navigation item.

pStream
Type: Microsoft.VisualStudio.OLE.Interop.IStream

[in] Stream from which to deserialize.

Return Value

Type: System.Object

The deserialized object.

Return to top
Show: