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.
- x
Type : System.Int32
L'ordonnée absolue d'x.
- y
Type : System.Int32
L'ordonnée absolue d'y.
- cx
Type : System.Int32
Largeur de la fenêtre.
- cy
Type : System.Int32
Hauteur de la fenêtre.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.