IVsUIWpfElement 接口

创建 windows presentation foundation Visual Studio 用户界面的框架元素。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
<GuidAttribute("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIWpfElement
[GuidAttribute("CA87E95D-5AEE-4A16-BDCA-94A1F7F769A9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfElement

IVsUIWpfElement 类型公开以下成员。

方法

  名称 说明
公共方法 CreateFrameworkElement 创建 windows presentation foundation 用户界面元素。
公共方法 GetFrameworkElement 返回接口为 windows presentation foundation 用户界面元素。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间