Lire en anglais

Partager via


IVsTextView.UpdateTipWindow Method

Updates the tip window.

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

Syntax

int UpdateTipWindow(
    IVsTipWindow pTipWindow,
    uint dwFlags
)

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextView::UpdateTipWindow(
   [in] IVsTipWindow *pTipWindow,
   [in] DWORD dwFlags
);

.NET Framework Security

See Also

Reference

IVsTextView Interface

IVsTextView Members

Microsoft.VisualStudio.TextManager.Interop Namespace