Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Loads the saved view state.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Private Function LoadViewState ( _
pstream As IStream _
) As Integer Implements IVsWindowPane.LoadViewState
'Usage
Dim instance As WindowPane
Dim pstream As IStream
Dim returnValue As Integer
returnValue = CType(instance, IVsWindowPane).LoadViewState(pstream)
int IVsWindowPane.LoadViewState(
IStream pstream
)
private:
virtual int LoadViewState(
IStream^ pstream
) sealed = IVsWindowPane::LoadViewState
private abstract LoadViewState :
pstream:IStream -> int
private override LoadViewState :
pstream:IStream -> int
JScript does not support explicit interface implementations.
Parameters
- pstream
Type: Microsoft.VisualStudio.OLE.Interop.IStream
The IStream from which to load the view state.
Return Value
Type: System.Int32
When implemented by derived classes, if the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsWindowPane.LoadViewState(IStream)
Remarks
By default, this method releases the reference to the stream object and returns E_NOTIMPL.
.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.