IVsUIWpfLoader Interface
Visual Studio 2015
Creates and displays a visual Windows Presentation Foundation (WPF) element.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateUIElement(String, String, IVsUIElement) | Creates a visual element given its fully-qualified type name. |
![]() | CreateUIElementOfType(Object, IVsUIElement) | Creates a visual element given its managed type. |
![]() | ShowModalElement(IVsUIElement, IntPtr, Int32) | Displays a visual element as a modal dialog in the shell, ensures the right parenting, disables and re-enables the shell, and so on. |
Show:
