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)

Syntax

'Declaration
<GuidAttribute("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIWin32Element
[GuidAttribute("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32Element
[GuidAttribute(L"AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIWin32Element
[<GuidAttribute("AD9A00F2-AC5B-4A49-94B7-17CC3CE1A46A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWin32Element =  interface end
public interface IVsUIWin32Element

The IVsUIWin32Element type exposes the following members.

Methods

  Name Description
Public method Create Create the element as a child of the specified parent.
Public method Destroy Destroy the element.
Public method GetHandle Returns the HWND for the element.
Public method ShowModal Show the window as a modal dialog box.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace