Partager via


IVsIntellisenseHost.GetHostWindow, méthode

Retourne un handle vers la fenêtre hôte.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetHostWindow ( _
    <OutAttribute> ByRef hwnd As IntPtr _
) As Integer
int GetHostWindow(
    out IntPtr hwnd
)
int GetHostWindow(
    [OutAttribute] IntPtr% hwnd
)
abstract GetHostWindow : 
        hwnd:IntPtr byref -> int
function GetHostWindow(
    hwnd : IntPtr
) : int

Paramètres

  • hwnd
    Type : IntPtr%

    [] handle à la fenêtre hôte.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

C++

De singlefileeditor.idl :

HRESULT IVsIntellisenseHost::GetHostWindow([out] HWND *hwnd);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms