Share via


IVsSerializeNavigationItem.Serialize Method

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

.NET Framework Security

See Also

Reference

IVsSerializeNavigationItem Interface

Microsoft.VisualStudio.Shell.Interop Namespace