WindowPane.IVsWindowPane.CreatePaneWindow Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function CreatePaneWindow ( _
    hwndParent As IntPtr, _
    x As Integer, _
    y As Integer, _
    cx As Integer, _
    cy As Integer, _
    <OutAttribute> ByRef pane As IntPtr _
) As Integer Implements IVsWindowPane.CreatePaneWindow
'使用
Dim instance As WindowPane
Dim hwndParent As IntPtr
Dim x As Integer
Dim y As Integer
Dim cx As Integer
Dim cy As Integer
Dim pane As IntPtr
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowPane).CreatePaneWindow(hwndParent, _
    x, y, cx, cy, pane)
int IVsWindowPane.CreatePaneWindow(
    IntPtr hwndParent,
    int x,
    int y,
    int cx,
    int cy,
    out IntPtr pane
)
private:
virtual int CreatePaneWindow(
    IntPtr hwndParent, 
    int x, 
    int y, 
    int cx, 
    int cy, 
    [OutAttribute] IntPtr% pane
) sealed = IVsWindowPane::CreatePaneWindow
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

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

Permissions

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace