ElementDeletingEventArgs Konstruktoren

Definition

Überlädt

ElementDeletingEventArgs(IElementDirectory, DomainClassInfo, Guid, ChangeSource)
Veraltet.

Konstruktor

ElementDeletingEventArgs(IElementDirectory, DomainClassInfo, Guid, ChangeSource, TransactionContext)

Konstruktor

ElementDeletingEventArgs(IElementDirectory, DomainClassInfo, Guid, ChangeSource)

Achtung

Use constructor with TransactionContext parameter

Konstruktor

public:
 ElementDeletingEventArgs(Microsoft::VisualStudio::Modeling::IElementDirectory ^ directory, Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClass, Guid elementId, Microsoft::VisualStudio::Modeling::ChangeSource changeSource);
[System.Obsolete("Use constructor with TransactionContext parameter")]
public ElementDeletingEventArgs (Microsoft.VisualStudio.Modeling.IElementDirectory directory, Microsoft.VisualStudio.Modeling.DomainClassInfo domainClass, Guid elementId, Microsoft.VisualStudio.Modeling.ChangeSource changeSource);
[<System.Obsolete("Use constructor with TransactionContext parameter")>]
new Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs : Microsoft.VisualStudio.Modeling.IElementDirectory * Microsoft.VisualStudio.Modeling.DomainClassInfo * Guid * Microsoft.VisualStudio.Modeling.ChangeSource -> Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs
Public Sub New (directory As IElementDirectory, domainClass As DomainClassInfo, elementId As Guid, changeSource As ChangeSource)

Parameter

directory
IElementDirectory

Das Verzeichnis, in dem das gelöschte ModelElement gefunden werden kann.

domainClass
DomainClassInfo

Die Domänen Klasse des gelöschten ModelElement-Elements.

elementId
Guid

Die ID des gelöschten ModelElement-Elements.

changeSource
ChangeSource

Die Quelle dieser Änderung.

Attribute

Gilt für

ElementDeletingEventArgs(IElementDirectory, DomainClassInfo, Guid, ChangeSource, TransactionContext)

Konstruktor

public:
 ElementDeletingEventArgs(Microsoft::VisualStudio::Modeling::IElementDirectory ^ directory, Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClass, Guid elementId, Microsoft::VisualStudio::Modeling::ChangeSource changeSource, Microsoft::VisualStudio::Modeling::TransactionContext ^ transactionContext);
public ElementDeletingEventArgs (Microsoft.VisualStudio.Modeling.IElementDirectory directory, Microsoft.VisualStudio.Modeling.DomainClassInfo domainClass, Guid elementId, Microsoft.VisualStudio.Modeling.ChangeSource changeSource, Microsoft.VisualStudio.Modeling.TransactionContext transactionContext);
new Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs : Microsoft.VisualStudio.Modeling.IElementDirectory * Microsoft.VisualStudio.Modeling.DomainClassInfo * Guid * Microsoft.VisualStudio.Modeling.ChangeSource * Microsoft.VisualStudio.Modeling.TransactionContext -> Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs
Public Sub New (directory As IElementDirectory, domainClass As DomainClassInfo, elementId As Guid, changeSource As ChangeSource, transactionContext As TransactionContext)

Parameter

directory
IElementDirectory

Das Verzeichnis, in dem das gelöschte ModelElement gefunden werden kann.

domainClass
DomainClassInfo

Die Domänen Klasse des gelöschten ModelElement-Elements.

elementId
Guid

Die ID des gelöschten ModelElement-Elements.

changeSource
ChangeSource

Die Quelle dieser Änderung.

transactionContext
TransactionContext

Kontext der aktiven Transaktion beim Auslösen des Ereignisses

Gilt für