IVsTextViewEx.UpdateSmartTagWindow, méthode

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 UpdateSmartTagWindow ( _
    pSmartTagWnd As IVsSmartTagTipWindow, _
    dwFlags As UInteger _
) As Integer
int UpdateSmartTagWindow(
    IVsSmartTagTipWindow pSmartTagWnd,
    uint dwFlags
)
int UpdateSmartTagWindow(
    [InAttribute] IVsSmartTagTipWindow^ pSmartTagWnd, 
    [InAttribute] unsigned int dwFlags
)
abstract UpdateSmartTagWindow : 
        pSmartTagWnd:IVsSmartTagTipWindow * 
        dwFlags:uint32 -> int
function UpdateSmartTagWindow(
    pSmartTagWnd : IVsSmartTagTipWindow, 
    dwFlags : uint
) : int

Paramètres

  • dwFlags
    Type : UInt32

    [in]

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

Signature de COM

De textmgr2.idl :

HRESULT IVsTextViewEx::UpdateSmartTagWindow(
   [in] IVsSmartTagTipWindow * pSmartTagWnd, 
   [in] DWORD dwFlags
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms