Partager via


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

Voir aussi

Référence

OleComponent Classe

Microsoft.VisualStudio.PlatformUI.OleComponentSupport, espace de noms