WindowPane.IVsUIElementPane.LoadUIElementState(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.
When implemented in a derived class, loads custom state storage.
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.LoadUIElementState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pstream) = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::LoadUIElementState; virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.LoadUIElementState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pstream) = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::LoadUIElementState;int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.LoadUIElementState(Microsoft::VisualStudio::OLE::Interop::IStream const & pstream);int IVsUIElementPane.LoadUIElementState(Microsoft.VisualStudio.OLE.Interop.IStream pstream);abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.LoadUIElementState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.LoadUIElementState : Microsoft.VisualStudio.OLE.Interop.IStream -> intFunction LoadUIElementState (pstream As IStream) As Integer Implements IVsUIElementPane.LoadUIElementStateParameters
- pstream
- IStream
The stream from which to load the state.
Returns
By default this method returns E_NOTIMPL.