Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
When overridden in a derived class, enables observers to register for and be notified of changes within a store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public MustInherit Class GlobalEventManager
'Usage
Dim instance As GlobalEventManager
public abstract class GlobalEventManager
public ref class GlobalEventManager abstract
public abstract class GlobalEventManager
Remarks
This class is the base class for all transaction and element event managers.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.GlobalEventManager
Microsoft.VisualStudio.Modeling.ElementEventManager
Microsoft.VisualStudio.Modeling.ElementEventsBegunEventManager
Microsoft.VisualStudio.Modeling.ElementEventsEndedEventManager
Microsoft.VisualStudio.Modeling.TransactionEventManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.