WindowPane.IVsUIElementPane.LoadUIElementState Method

When implemented in a derived class, loads custom state storage.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Private Function LoadUIElementState ( _
    pstream As IStream _
) As Integer Implements IVsUIElementPane.LoadUIElementState
int IVsUIElementPane.LoadUIElementState(
    IStream pstream
)
private:
virtual int LoadUIElementState(
    IStream^ pstream
) sealed = IVsUIElementPane::LoadUIElementState
private abstract LoadUIElementState : 
        pstream:IStream -> int 
private override LoadUIElementState : 
        pstream:IStream -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

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

Implements

IVsUIElementPane.LoadUIElementState(IStream)

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace