WindowPane.IVsUIElementPane.LoadUIElementState(IStream) Method

Definition

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 -> int
Function LoadUIElementState (pstream As IStream) As Integer Implements IVsUIElementPane.LoadUIElementState

Parameters

pstream
IStream

The stream from which to load the state.

Returns

By default this method returns E_NOTIMPL.

Implements

Applies to