Share via


Metodo WindowPane.IVsWindowPane.CreatePaneWindow

Nota: questa API è ora obsoleta.

crea un riquadro.obsoleto.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

  • hwndParent
    Tipo: System.IntPtr
    Un puntatore alla finestra padre.
  • hwnd
    Tipo: System.IntPtr%
    [out] Un puntatore al nuovo riquadro.

Valore restituito

Tipo: System.Int32
S_OK .

Implementa

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

Note

l'interfaccia di [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] su questa classe è obsoleta. utilizzo [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] anziché.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowPane Classe

Spazio dei nomi Microsoft.VisualStudio.Shell