IVsIntellisenseLangTip.Close, méthode

Détruit la fenêtre de conseil puis supprime le conseil.

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 Close ( _
    fDeleteThis As Integer _
) As Integer
int Close(
    int fDeleteThis
)
int Close(
    [InAttribute] int fDeleteThis
)
abstract Close : 
        fDeleteThis:int -> int
function Close(
    fDeleteThis : int
) : int

Paramètres

  • fDeleteThis
    Type : Int32

    [in] BOOLEAN indiquant que la fenêtre peut être supprimée.

Valeur de retour

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

Notes

C++

De singlefileeditor.idl :

HRESULT IVsIntellisenseLangTip::Close([in] BOOL fDeleteThis);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseLangTip Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms