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
)
参数
- hwndParent
类型:System.IntPtr
指针到父窗口。
- x
类型:System.Int32
绝对 x 轨迹高度。
- y
类型:System.Int32
绝对 y 轨迹高度。
- cx
类型:System.Int32
窗口的宽度。
- cy
类型:System.Int32
窗口的高度。
- 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。