IVsUIWin32Element Interface

 

Manages Win32 visual elements in the Visual Studio user interface.

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

[GuidAttribute("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32Element

NameDescription
System_CAPS_pubmethodCreate(IntPtr, IntPtr)

Create the element as a child of the specified parent.

System_CAPS_pubmethodDestroy()

Destroy the element.

System_CAPS_pubmethodGetHandle(IntPtr)

Returns the HWND for the element.

System_CAPS_pubmethodShowModal(IntPtr, Int32)

Show the window as a modal dialog box.

Return to top
Show: