Partager via


ElementPropertyChangedEventArgs, constructeur (IElementDirectory, DomainPropertyInfo, DomainClassInfo, Guid, Object, Object, ChangeSource, TransactionContext)

Constructeur

Espace de noms :  Microsoft.VisualStudio.Modeling
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • elementId
    Type : System.Guid
    ID du ModelElement dont la valeur d'attribut a été modifiée
  • oldValue
    Type : System.Object
    Valeur de l'attribut avant modification
  • newValue
    Type : System.Object
    Valeur de l'attribut après modification.

Sécurité .NET Framework

Voir aussi

Référence

ElementPropertyChangedEventArgs Classe

ElementPropertyChangedEventArgs, surcharge

Microsoft.VisualStudio.Modeling, espace de noms