IVsWindowPane.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.
Loads a view state.
public:
int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream);
public:
int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream);
int LoadViewState(Microsoft::VisualStudio::OLE::Interop::IStream const & pStream);
public int LoadViewState (Microsoft.VisualStudio.OLE.Interop.IStream pStream);
abstract member LoadViewState : Microsoft.VisualStudio.OLE.Interop.IStream -> int
Public Function LoadViewState (pStream As IStream) As Integer
Parameters
- pStream
- IStream
[in] Pointer to the IStream
interface of the view state to load.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsWindowPane::LoadViewState(
[in] IStream *pstream
);