WindowPane.IVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr) Метод

Определение

Внимание!

The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane

Создает область окна. Является устаревшей.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.CreatePaneWindow(IntPtr hwndParent, int x, int y, int cx, int cy, [Runtime::InteropServices::Out] IntPtr % hwnd) = Microsoft::VisualStudio::Shell::Interop::IVsWindowPane::CreatePaneWindow;
[System.Obsolete("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);
[<System.Obsolete("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.CreatePaneWindow : nativeint * int * int * int * int * nativeint -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.CreatePaneWindow : nativeint * int * int * int * int * nativeint -> int
Function CreatePaneWindow (hwndParent As IntPtr, x As Integer, y As Integer, cx As Integer, cy As Integer, ByRef hwnd As IntPtr) As Integer Implements IVsWindowPane.CreatePaneWindow

Параметры

hwndParent
IntPtr

Указатель на родительское окно.

x
Int32

Абсолютная ордината x.

y
Int32

Абсолютная ордината y.

cx
Int32

Ширина окна.

cy
Int32

Высота окна.

hwnd
IntPtr

[out] Указатель на новую область окна.

Возвращаемое значение

Int32

S_OK.

Реализации

Атрибуты

Комментарии

Интерфейс <xref:Microsoft.VisualStudio.Shell.Interop.> IVsWindowPane. креатепаневиндов в этом классе устарел. Вместо нее следует использовать <xref:Microsoft.VisualStudio.Shell.Interop.> IVsWindowPane. креатепаневиндов .

Применяется к