Partager via


EditorControl.HwndGetWindow, méthode

Obtient une fenêtre associée avec le composant.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntaxe

'Déclaration
Public Overrides Function HwndGetWindow ( _
    dwWhich As UInteger, _
    dwReserved As UInteger _
) As IntPtr
public override IntPtr HwndGetWindow(
    uint dwWhich,
    uint dwReserved
)

Paramètres

  • dwReserved
    Type : System.UInt32
    Réservé pour une utilisation ultérieure ; doit être de 0.

Valeur de retour

Type : System.IntPtr
Handle du contrôle.

Implémentations

IOleComponent.HwndGetWindow(UInt32, UInt32)

Sécurité .NET Framework

Voir aussi

Référence

EditorControl Classe

Microsoft.VisualStudio.Package, espace de noms