Partager via


WindowPane.IVsWindowPane.CreatePaneWindow, méthode

Remarque : cette API est maintenant obsolète.

Crée un volet de fenêtre.Obsolète.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • hwndParent
    Type : System.IntPtr
    Un pointeur vers la fenêtre parente.
  • hwnd
    Type : System.IntPtr%
    [out] pointeur vers le nouveau volet de fenêtre.

Valeur de retour

Type : System.Int32
S_OK .

Implémentations

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

Remarques

L'interface d'[T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] sur cette classe est obsolète.Veuillez utiliser [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] à la place.

Sécurité .NET Framework

Voir aussi

Référence

WindowPane Classe

Microsoft.VisualStudio.Shell, espace de noms