IVsUIWin32Element Interface

Definition

Manages Win32 visual elements in the Visual Studio user interface.

public interface class IVsUIWin32Element
public interface class IVsUIWin32Element
__interface IVsUIWin32Element
public interface IVsUIWin32Element
[System.Runtime.InteropServices.Guid("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32Element
type IVsUIWin32Element = interface
[<System.Runtime.InteropServices.Guid("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWin32Element = interface
Public Interface IVsUIWin32Element
Attributes

Methods

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.

Applies to