Sdílet prostřednictvím


ElementPropertyChangedEventArgs – konstruktor (IElementDirectory, DomainPropertyInfo, DomainClassInfo, Guid, Object, Object, ChangeSource, TransactionContext)

Konstruktor

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • elementId
    Typ: System.Guid
    Id ModelElement, jejichž atribut hodnota změněna

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ElementPropertyChangedEventArgs Třída

ElementPropertyChangedEventArgs – přetížení

Microsoft.VisualStudio.Modeling – obor názvů