Freigeben über


ModelComparisonChangeDefinition.ComposingChildrenToAdd-Eigenschaft

Ruft eine Liste von zusammengesetzten untergeordneten Elementen ab, die in der Quelle vorhanden sind und dem Zielelement hinzugefügt werden müssen.

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

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
Ein IDictionary<TKey, TValue>-Objekt, wobei jedes Wörterbuchelement über ein IModelElement-Objekt und das RelationshipClass-Zielobjekt verfügt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelComparisonChangeDefinition Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelElement

IDictionary<TKey, TValue>

RelationshipClass