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
pSmartTagWnd
Type : Microsoft.VisualStudio.TextManager.Interop.IVsSmartTagTipWindow[in]
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.