IVsUIWpfLoader Interface
Creates and displays a visual Windows Presentation Foundation (WPF) element.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("89DB8AB3-9035-4016-AA8A-76F7AE09B65F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIWpfLoader
[GuidAttribute("89DB8AB3-9035-4016-AA8A-76F7AE09B65F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfLoader
[GuidAttribute(L"89DB8AB3-9035-4016-AA8A-76F7AE09B65F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIWpfLoader
[<GuidAttribute("89DB8AB3-9035-4016-AA8A-76F7AE09B65F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWpfLoader = interface end
public interface IVsUIWpfLoader
The IVsUIWpfLoader type exposes the following members.
Methods
Name | Description | |
---|---|---|
_VtblGap1_1 | ||
CreateUIElement | Creates a visual element given its fully-qualified type name. | |
CreateUIElementOfType | Creates a visual element given its managed type. | |
ShowModalElement | Displays a visual element as a modal dialog in the shell, ensures the right parenting, disables and re-enables the shell, and so on. |
Top