IVsCompoundActionEvents.OnBeforeAction Methode

Definition

Wird ausgelöst, bevor eine Verbund Aktion stattfindet.

public:
 void OnBeforeAction();
public:
 void OnBeforeAction();
void OnBeforeAction();
public void OnBeforeAction ();
abstract member OnBeforeAction : unit -> unit
Public Sub OnBeforeAction ()

Hinweise

COM-Signatur

Aus textmgr. idl:

HRESULT IVsCompoundActionEvents::OnBeforeAction();  

OnBeforeAction wird ausgelöst, bevor eine Aktion stattfindet. Dadurch können Clients eine Transaktion vorbereiten, indem Sie Informationen zwischenspeichern oder Objekte erstellen, die nur während einer Transaktion aktiv sind.

Gilt für