SimpleEditorView.SaveViewState(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.
Saves the loaded view state.
public:
virtual int SaveViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ stream);
public:
virtual int SaveViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ stream);
virtual int SaveViewState(Microsoft::VisualStudio::OLE::Interop::IStream const & stream);
public virtual int SaveViewState (Microsoft.VisualStudio.OLE.Interop.IStream stream);
abstract member SaveViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
override this.SaveViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
Public Overridable Function SaveViewState (stream As IStream) As Integer
Parameters
Returns
When implemented by derived classes, if the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
By default this method returns S_OK.