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.
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 | |
---|---|---|
![]() |
CreateFrameworkElement | Creates a Windows Presentation Foundation user interface element. |
![]() |
GetFrameworkElement | Returns an interface to the Windows Presentation Foundation user interface element. |
Top