WindowPane.IVsWindowPane.LoadViewState(IStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane
Loads the saved view state. Obsolete.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream) = Microsoft::VisualStudio::Shell::Interop::IVsWindowPane::LoadViewState;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream) = Microsoft::VisualStudio::Shell::Interop::IVsWindowPane::LoadViewState;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream const & pStream);
[System.Obsolete("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.LoadViewState (Microsoft.VisualStudio.OLE.Interop.IStream pStream);
[<System.Obsolete("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.LoadViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.LoadViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
Function LoadViewState (pStream As IStream) As Integer Implements IVsWindowPane.LoadViewState
Parameters
Returns
Implements
- Attributes
Remarks
The <xref:Microsoft.VisualStudio.Shell.Interop.>IVsWindowPane.LoadViewState interface on this class is obsolete. Please use <xref:Microsoft.VisualStudio.Shell.Interop.>IVsWindowPane.LoadViewState instead.