Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages Win32 visual elements in the Visual Studio user interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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 | |
---|---|---|
![]() |
Create | Create the element as a child of the specified parent. |
![]() |
Destroy | Destroy the element. |
![]() |
GetHandle | Returns the HWND for the element. |
![]() |
ShowModal | Show the window as a modal dialog box. |
Top