Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates Windows Presentation Foundation framework elements for the Visual Studio user interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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
.gif)