Share via


IVsUIWpfLoader.ShowModalElement Method

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

Syntax

'Declaration
Function ShowModalElement ( _
    pUIElement As IVsUIElement, _
    hWndParent As IntPtr, _
    <OutAttribute> ByRef pResult As Integer _
) As Integer
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

Microsoft.VisualStudio.Shell.Interop Namespace