IVsUIWpfLoader.ShowModalElement Method

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

Syntax

声明
Function ShowModalElement ( _
    pUIElement As IVsUIElement, _
    hWndParent As IntPtr, _
    <OutAttribute> ByRef pResult As Integer _
) As Integer
用法
Dim instance As IVsUIWpfLoader
Dim pUIElement As IVsUIElement
Dim hWndParent As IntPtr
Dim pResult As Integer
Dim returnValue As Integer

returnValue = instance.ShowModalElement(pUIElement, _
    hWndParent, pResult)
int ShowModalElement(
    IVsUIElement pUIElement,
    IntPtr hWndParent,
    out int pResult
)
int ShowModalElement(
    [InAttribute] IVsUIElement^ pUIElement, 
    [InAttribute] IntPtr hWndParent, 
    [OutAttribute] int% pResult
)
abstract ShowModalElement : 
        pUIElement:IVsUIElement * 
        hWndParent:IntPtr * 
        pResult:int byref -> int 
function ShowModalElement(
    pUIElement : IVsUIElement, 
    hWndParent : IntPtr, 
    pResult : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfLoader Interface

IVsUIWpfLoader Members

Microsoft.VisualStudio.Shell.Interop Namespace