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.
Note: This API is now obsolete.
Creates a window pane. Obsolete.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<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
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int CreatePaneWindow(
IntPtr hwndParent,
int x,
int y,
int cx,
int cy,
[OutAttribute] IntPtr% hwnd
) sealed = IVsWindowPane::CreatePaneWindow
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract CreatePaneWindow :
hwndParent:IntPtr *
x:int *
y:int *
cx:int *
cy:int *
hwnd:IntPtr byref -> int
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override CreatePaneWindow :
hwndParent:IntPtr *
x:int *
y:int *
cx:int *
cy:int *
hwnd:IntPtr byref -> int
JScript does not support explicit interface implementations.
Parameters
hwndParent
Type: IntPtrA pointer to the parent window.
x
Type: Int32The absolute x ordinate.
y
Type: Int32The absolute y ordinate.
cx
Type: Int32The width of the window.
cy
Type: Int32The height of the window.
hwnd
Type: IntPtr%[out] A pointer to the new window pane.
Return Value
Type: Int32
S_OK .
Implements
IVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr%)
Remarks
The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.