OleComponent.IOleComponent.HwndGetWindow, méthode
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Function HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr Implements IOleComponent.HwndGetWindow
IntPtr IOleComponent.HwndGetWindow(
uint dwWhich,
uint dwReserved
)
Paramètres
- dwWhich
Type : System.UInt32
Le type de fenêtre à extraire, correspond directement à une valeur dans WindowType.
- dwReserved
Type : System.UInt32
Réservé pour le futur utiliser et doit être zéro
Valeur de retour
Type : System.IntPtr
Implémentations
IOleComponent.HwndGetWindow(UInt32, UInt32)
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.
Voir aussi
Référence
Microsoft.VisualStudio.PlatformUI.OleComponentSupport, espace de noms