WindowPane.IVsWindowPane.CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr) Método

Definição

Cuidado

The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane

Cria um painel de janela. Obsoleto.

 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

Parâmetros

hwndParent
IntPtr

Um ponteiro para a janela pai.

x
Int32

A x ordenada absoluta.

y
Int32

A y ordenada absoluta.

cx
Int32

A largura da janela.

cy
Int32

A altura da janela.

hwnd
IntPtr

fora Um ponteiro para o novo painel de janela.

Retornos

Int32

S_OK.

Implementações

Atributos

Comentários

A <xref:Microsoft.VisualStudio.Shell.Interop.> interface IVsWindowPane. CreatePaneWindow nesta classe está obsoleta. <xref:Microsoft.VisualStudio.Shell.Interop.>Em vez disso, use IVsWindowPane. CreatePaneWindow .

Aplica-se a