Freigeben über


IVsIntellisenseLangTip.Update-Methode

Aktualisiert eine Sprachen die QuickInfo.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Function Update ( _
    pTipWnd As IVsTipWindow, _
    dwFlags As UInteger _
) As Integer
int Update(
    IVsTipWindow pTipWnd,
    uint dwFlags
)
int Update(
    [InAttribute] IVsTipWindow^ pTipWnd, 
    [InAttribute] unsigned int dwFlags
)
abstract Update : 
        pTipWnd:IVsTipWindow * 
        dwFlags:uint32 -> int
function Update(
    pTipWnd : IVsTipWindow, 
    dwFlags : uint
) : int

Parameter

  • dwFlags
    Typ: UInt32

    [in] Tipp Fenster des Flags. Werte werden von TipWindowFlags-Enumeration bestimmt.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie NativeMethods.S_OK zurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

C++

Von singlefileeditor.idl:

HRESULT IVsIntellisenseLangTip::Update([in] IVsTipWindow *pTipWnd, [in] DWORD dwFlags);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsIntellisenseLangTip Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace