Freigeben über


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

Konstruktor

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    directory As IElementDirectory, _
    domainClass As DomainClassInfo, _
    elementId As Guid, _
    changeSource As ChangeSource, _
    transactionContext As TransactionContext _
)
public ElementDeletingEventArgs(
    IElementDirectory directory,
    DomainClassInfo domainClass,
    Guid elementId,
    ChangeSource changeSource,
    TransactionContext transactionContext
)

Parameter

  • elementId
    Typ: System.Guid
    Die ID des gelöschten ModelElement

.NET Framework-Sicherheit

Siehe auch

Referenz

ElementDeletingEventArgs Klasse

ElementDeletingEventArgs-Überladung

Microsoft.VisualStudio.Modeling-Namespace