Freigeben über


ModelComparisonChangeDefinition.ComposingChildrenModified-Eigenschaft

Ruft eine Liste von zusammengesetzten untergeordneten Elementen ab, die geändert wurden.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ComposingChildrenModified As IDictionary(Of IModelElement, ModelComparisonChangeDefinition)
    Get
public IDictionary<IModelElement, ModelComparisonChangeDefinition> ComposingChildrenModified { get; }
public:
property IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ ComposingChildrenModified {
    IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ get ();
}
member ComposingChildrenModified : IDictionary<IModelElement, ModelComparisonChangeDefinition>
function get ComposingChildrenModified () : IDictionary<IModelElement, ModelComparisonChangeDefinition>

Eigenschaftswert

Typ: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>
Ein IDictionary<TKey, TValue>-Objekt, wobei jedes Wörterbuchelement über das zusammengesetzte untergeordnete IModelElement-Quellobjekt und das zusammengesetzte untergeordnete IModelElement-Zielobjekt verfügt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelComparisonChangeDefinition Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelElement

IDictionary<TKey, TValue>