SimpleEditorView.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.
When implemented in a derived class, loads the view state of the window pane.
public:
virtual int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ stream);
public:
virtual int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ stream);
virtual int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream const & stream);
public virtual int LoadViewState (Microsoft.VisualStudio.OLE.Interop.IStream stream);
abstract member LoadViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
override this.LoadViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
Public Overridable Function LoadViewState (stream As IStream) As Integer
Parameters
Returns
When implemented in a derived class, S_OK if the method succeeds, otherwise an error code.
Implements
Remarks
This method as implemented in this class does nothing and returns S_OK.