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
- pstream
 Type: Microsoft.VisualStudio.OLE.Interop.IStream
Return Value
Type: System.Int32
.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.