WindowPane.IVsWindowPane.LoadViewState Method
Note: This API is now obsolete.
Loads the saved view state. Obsolete.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function LoadViewState ( _
pStream As IStream _
) As Integer Implements IVsWindowPane.LoadViewState
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.LoadViewState(
IStream pStream
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int LoadViewState(
IStream^ pStream
) sealed = IVsWindowPane::LoadViewState
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract LoadViewState :
pStream:IStream -> int
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override LoadViewState :
pStream:IStream -> int
JScript does not support explicit interface implementations.
Parameters
pStream
Type: Microsoft.VisualStudio.OLE.Interop.IStreamThe IStream from which to load the view state.
Return Value
Type: System.Int32
E_NOTIMPL .
Implements
IVsWindowPane.LoadViewState(IStream)
Remarks
The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.