WindowPane.IVsWindowPane.SaveViewState Method

Note: This API is now obsolete.

Saves the loaded view state. Obsolete.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function SaveViewState ( _
    pStream As IStream _
) As Integer Implements IVsWindowPane.SaveViewState
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.SaveViewState(
    IStream pStream
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int SaveViewState(
    IStream^ pStream
) sealed = IVsWindowPane::SaveViewState
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract SaveViewState : 
        pStream:IStream -> int 
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override SaveViewState : 
        pStream:IStream -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32
E_NOTIMPL .

Implements

IVsWindowPane.SaveViewState(IStream)

Remarks

The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace