Freigeben über


ElementPropertyChangedEventArgs-Konstruktor (IElementDirectory, DomainPropertyInfo, DomainClassInfo, Guid, Object, Object, 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, _
    domainProperty As DomainPropertyInfo, _
    domainClass As DomainClassInfo, _
    elementId As Guid, _
    oldValue As Object, _
    newValue As Object, _
    changeSource As ChangeSource, _
    transactionContext As TransactionContext _
)
public ElementPropertyChangedEventArgs(
    IElementDirectory directory,
    DomainPropertyInfo domainProperty,
    DomainClassInfo domainClass,
    Guid elementId,
    Object oldValue,
    Object newValue,
    ChangeSource changeSource,
    TransactionContext transactionContext
)

Parameter

  • elementId
    Typ: System.Guid
    Die ID des geänderten ModelElement, dessen Attributwert
  • newValue
    Typ: System.Object
    Der Attributwert nach der Änderung

.NET Framework-Sicherheit

Siehe auch

Referenz

ElementPropertyChangedEventArgs Klasse

ElementPropertyChangedEventArgs-Überladung

Microsoft.VisualStudio.Modeling-Namespace