WindowPane.LoadUIState Method

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

Return Value

Type: System.Int32
By default this method returns E_NOTIMPL.

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace