ElementPropertyChangedEventArgs 建構函式 (IElementDirectory, DomainPropertyInfo, DomainClassInfo, Guid, Object, Object, ChangeSource, TransactionContext)

建構函式

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
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
)

參數

  • elementId
    型別:System.Guid
    Id 的屬性值變更 ModelElement

.NET Framework 安全性

請參閱

參考

ElementPropertyChangedEventArgs 類別

ElementPropertyChangedEventArgs 多載

Microsoft.VisualStudio.Modeling 命名空間