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
‘선언
<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
)
Parameters
- pStream
Type: Microsoft.VisualStudio.OLE.Interop.IStream
The 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.