Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub Serialize ( _
pFrame As IVsWindowFrame, _
pStream As IStream, _
punkObject As Object _
)
void Serialize(
IVsWindowFrame pFrame,
IStream pStream,
Object punkObject
)
void Serialize(
[InAttribute] IVsWindowFrame^ pFrame,
[InAttribute] IStream^ pStream,
[InAttribute] Object^ punkObject
)
abstract Serialize :
pFrame:IVsWindowFrame *
pStream:IStream *
punkObject:Object -> unit
function Serialize(
pFrame : IVsWindowFrame,
pStream : IStream,
punkObject : 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 to which to serialize.
punkObject
Type: Object[in] Object to serialize (originally provided through AddNewBFNavigationItem).
.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.