Share via


IVsUIElementPane.LoadUIElementState Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

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

returnValue = instance.LoadUIElementState(pstream)
int LoadUIElementState(
    IStream pstream
)
int LoadUIElementState(
    [InAttribute] IStream^ pstream
)
abstract LoadUIElementState : 
        pstream:IStream -> int 
function LoadUIElementState(
    pstream : IStream
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIElementPane Interface

IVsUIElementPane Members

Microsoft.VisualStudio.Shell.Interop Namespace