Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override to load the previously saved state of the pane.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Overridable Function LoadUIState ( _
stateStream As Stream _
) As Integer
public virtual int LoadUIState(
Stream stateStream
)
public:
virtual int LoadUIState(
Stream^ stateStream
)
abstract LoadUIState :
stateStream:Stream -> int
override LoadUIState :
stateStream:Stream -> int
public function LoadUIState(
stateStream : Stream
) : int
Parameters
- stateStream
Type: System.IO.Stream
The stream from which to load the state.
Return Value
Type: System.Int32
By default this method 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.