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
- directory
Typ: Microsoft.VisualStudio.Modeling.IElementDirectory
Prvek adresář, ve kterém je možné najít upravené ModelElement
- domainProperty
Typ: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Hodnota instance propertywhose domény změněn
- domainClass
Typ: Microsoft.VisualStudio.Modeling.DomainClassInfo
Třída domény ModelElement, jejichž atribut hodnota změněna
- elementId
Typ: System.Guid
Id ModelElement, jejichž atribut hodnota změněna
- oldValue
Typ: System.Object
Hodnota atributu před změnou
- newValue
Typ: System.Object
Hodnota atributu po změně
- changeSource
Typ: Microsoft.VisualStudio.Modeling.ChangeSource
Tato změna zdroje
- transactionContext
Typ: Microsoft.VisualStudio.Modeling.TransactionContext
Kontext transakce aktivní vyvolání události
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ElementPropertyChangedEventArgs Třída