WindowPane.IVsWindowPane.CreatePaneWindow 方法

注意:此 API 现在已过时。

创建窗口窗格。已过时。

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

语法

声明
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function CreatePaneWindow ( _
    hwndParent As IntPtr, _
    x As Integer, _
    y As Integer, _
    cx As Integer, _
    cy As Integer, _
    <OutAttribute> ByRef hwnd As IntPtr _
) As Integer Implements IVsWindowPane.CreatePaneWindow
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.CreatePaneWindow(
    IntPtr hwndParent,
    int x,
    int y,
    int cx,
    int cy,
    out IntPtr hwnd
)

参数

  • hwnd
    类型:System.IntPtr%
    [out] 对新的窗口窗格的指针。

返回值

类型:System.Int32
S_OK .

实现

IVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr%)

备注

此类中的 [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] 接口已过时。 使用 [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] 。

.NET Framework 安全性

请参见

参考

WindowPane 类

Microsoft.VisualStudio.Shell 命名空间