WindowPane.IVsUIElementPane.LoadUIElementState Method

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

Syntax

‘선언
Private Function LoadUIElementState ( _
    pstream As IStream _
) As Integer Implements IVsUIElementPane.LoadUIElementState
‘사용 방법
Dim instance As WindowPane
Dim pstream As IStream
Dim returnValue As Integer

returnValue = CType(instance, IVsUIElementPane).LoadUIElementState(pstream)
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

Implements

IVsUIElementPane.LoadUIElementState(IStream)

.NET Framework Security

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace