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
属性值更改 ModelElement 的 ID。
- oldValue
类型:System.Object
在更改之前的属性值
- newValue
类型:System.Object
在更改之后的属性值
- changeSource
类型:Microsoft.VisualStudio.Modeling.ChangeSource
此更改的源
- transactionContext
类型:Microsoft.VisualStudio.Modeling.TransactionContext
事务激活上下文,当引发了事件
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
ElementPropertyChangedEventArgs 类