IVsSerializeNavigationItem.Deserialize Method
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)
Syntax
'Declaration
Function Deserialize ( _
pFrame As IVsWindowFrame, _
pStream As IStream _
) As Object
Object Deserialize(
IVsWindowFrame pFrame,
IStream pStream
)
Object^ Deserialize(
[InAttribute] IVsWindowFrame^ pFrame,
[InAttribute] IStream^ pStream
)
abstract Deserialize :
pFrame:IVsWindowFrame *
pStream:IStream -> Object
function Deserialize(
pFrame : IVsWindowFrame,
pStream : IStream
) : Object
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: Object
The deserialized object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.