IVsUIWin32Element Interface
Visual Studio 2015
Manages Win32 visual elements in the Visual Studio user interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | Create(IntPtr, IntPtr) | Create the element as a child of the specified parent. |
![]() | Destroy() | Destroy the element. |
![]() | GetHandle(IntPtr) | Returns the HWND for the element. |
![]() | ShowModal(IntPtr, Int32) | Show the window as a modal dialog box. |
Show:
