Sdílet prostřednictvím


IVsUIWpfLoader.ShowModalElement – metoda (IVsUIElement, IntPtr, Int32)

 

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntaxe

int ShowModalElement(
    IVsUIElement pUIElement,
    IntPtr hWndParent,
    out int pResult
)
int ShowModalElement(
    IVsUIElement^ pUIElement,
    IntPtr hWndParent,
    [OutAttribute] int% pResult
)
abstract ShowModalElement : 
        pUIElement:IVsUIElement *
        hWndParent:nativeint *
        pResult:int byref -> int
Function ShowModalElement (
    pUIElement As IVsUIElement,
    hWndParent As IntPtr,
    <OutAttribute> ByRef pResult As Integer
) As Integer

Parametry

  • pUIElement
  • hWndParent
  • pResult

Vrácená hodnota

Type: System.Int32

Příklady

Viz také

IVsUIWpfLoader – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek