IVsUIWpfLoader Interface

Definition

Creates and displays a visual Windows Presentation Foundation (WPF) element.

public interface class IVsUIWpfLoader
public interface class IVsUIWpfLoader
__interface IVsUIWpfLoader
public interface IVsUIWpfLoader
[System.Runtime.InteropServices.Guid("89DB8AB3-9035-4016-AA8A-76F7AE09B65F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfLoader
type IVsUIWpfLoader = interface
[<System.Runtime.InteropServices.Guid("89DB8AB3-9035-4016-AA8A-76F7AE09B65F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWpfLoader = interface
Public Interface IVsUIWpfLoader
Attributes

Methods

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.

Applies to