Share via


IVsIntellisenseLangTip.Create, méthode

Crée la fenêtre d'info-bulle.

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 Create ( _
    pTipWnd As IVsTipWindow _
) As Integer
int Create(
    IVsTipWindow pTipWnd
)
int Create(
    [InAttribute] IVsTipWindow^ pTipWnd
)
abstract Create : 
        pTipWnd:IVsTipWindow -> int
function Create(
    pTipWnd : IVsTipWindow
) : int

Paramètres

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::Create([in] IVsTipWindow *pTipWnd);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseLangTip Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms