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
)
參數
- directory
型別:Microsoft.VisualStudio.Modeling.IElementDirectory
可能會發覺修改過的 ModelElement 項目目錄
- domainProperty
型別:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
網域 propertywhose 執行個體值已變更
- domainClass
型別:Microsoft.VisualStudio.Modeling.DomainClassInfo
變更屬性值 ModelElement 目的網域類別
- elementId
型別:System.Guid
Id 的屬性值變更 ModelElement
- oldValue
型別:System.Object
在變更之前的屬性值
- newValue
型別:System.Object
屬性值變更後
- changeSource
型別:Microsoft.VisualStudio.Modeling.ChangeSource
這項變更原始檔
- transactionContext
型別:Microsoft.VisualStudio.Modeling.TransactionContext
當事件引發時,將使用中的交易內容
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ElementPropertyChangedEventArgs 類別