WindowPane::IVsUIElementPane::LoadUIElementState Method (IStream^)

 

When implemented in a derived class, loads custom state storage.

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

private:
virtual int LoadUIElementState(
	IStream^ pstream
) sealed = IVsUIElementPane::LoadUIElementState

Parameters

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

The stream from which to load the state.

Return Value

Type: System::Int32

By default this method returns E_NOTIMPL.

Return to top
Show: