WindowPane.LoadUIState Method
Override to load the previously saved state of the pane.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Overridable Function LoadUIState ( _
stateStream As Stream _
) As Integer
public virtual int LoadUIState(
Stream stateStream
)
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.