IVsUIWpfElement Interface

Creates Windows Presentation Foundation framework elements for 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("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIWpfElement
[GuidAttribute("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfElement
[GuidAttribute(L"CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIWpfElement
[<GuidAttribute("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWpfElement =  interface end
public interface IVsUIWpfElement

The IVsUIWpfElement type exposes the following members.

Methods

  Name Description
Public method CreateFrameworkElement Creates a Windows Presentation Foundation user interface element.
Public method GetFrameworkElement Returns an interface to the Windows Presentation Foundation user interface element.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace