WindowPane::IVsWindowPane::LoadViewState Method (IStream^)

 
Note: This API is now obsolete.

Loads the saved view state. Obsolete.

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

private:
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
virtual int LoadViewState(
	IStream^ pStream
) sealed = IVsWindowPane::LoadViewState

Parameters

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

The IStream from which to load the view state.

Return Value

Type: System::Int32

E_NOTIMPL.

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

Return to top
Show: