Partager via


IVsIntellisenseHost.AfterCompletorCommit, méthode

Gère toutes les actions de nettoyage après un appel au completor.

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 AfterCompletorCommit As Integer
int AfterCompletorCommit()
int AfterCompletorCommit()
abstract AfterCompletorCommit : unit -> int
function AfterCompletorCommit() : int

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

C++

De singlefileeditor.idl :

HRESULT IVsIntellisenseHost::AfterCompletorCommit();

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms