IVsUIWin32Element.ShowModal 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 ShowModal ( _
    parent As IntPtr, _
    <OutAttribute> ByRef pDlgResult As Integer _
) As Integer
‘사용 방법
Dim instance As IVsUIWin32Element
Dim parent As IntPtr
Dim pDlgResult As Integer
Dim returnValue As Integer

returnValue = instance.ShowModal(parent, _
    pDlgResult)
int ShowModal(
    IntPtr parent,
    out int pDlgResult
)
int ShowModal(
    IntPtr parent, 
    [OutAttribute] int% pDlgResult
)
abstract ShowModal : 
        parent:IntPtr * 
        pDlgResult:int byref -> int 
function ShowModal(
    parent : IntPtr, 
    pDlgResult : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWin32Element Interface

IVsUIWin32Element Members

Microsoft.VisualStudio.Shell.Interop Namespace