Partager via


IVsCompoundActionEvents.OnBeforeAction, méthode

Déclenché avant une action a lieu.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Sub OnBeforeAction
void OnBeforeAction()
void OnBeforeAction()
abstract OnBeforeAction : unit -> unit
function OnBeforeAction()

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsCompoundActionEvents::OnBeforeAction();

OnBeforeAction est déclenché avant qu'une action ait lieu. Cela permet à des clients pour préparer à une transaction en mettant en cache les informations ou en créant les objets qui actifs uniquement pendant une transaction.

Sécurité .NET Framework

Voir aussi

Référence

IVsCompoundActionEvents Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms