IOleComponent.HwndGetWindow, méthode
Obtient une fenêtre associée avec le composant.
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Function HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr
IntPtr HwndGetWindow(
uint dwWhich,
uint dwReserved
)
Paramètres
- dwWhich
Type : System.UInt32
Une valeur d'_OLECWINDOW.
- dwReserved
Type : System.UInt32
Réservé à une utilisation future.Doit être de 0.
Valeur de retour
Type : System.IntPtr
Le HWND, ou nullRéférence Null (Nothing en Visual Basic) si aucune fenêtre n'existe.
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.