ModelComparisonResult.ChangeDefinition.ComposedChildrenToAdd Property

Gets a collection of composed children to add.

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

Syntax

'Declaration
Public ReadOnly Property ComposedChildrenToAdd As IDictionary(Of RelationshipClass, List(Of IModelElement))
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As IDictionary(Of RelationshipClass, List(Of IModelElement))

value = instance.ComposedChildrenToAdd
public IDictionary<RelationshipClass, List<IModelElement>> ComposedChildrenToAdd { get; }
public:
property IDictionary<RelationshipClass^, List<IModelElement^>^>^ ComposedChildrenToAdd {
    IDictionary<RelationshipClass^, List<IModelElement^>^>^ get ();
}
function get ComposedChildrenToAdd () : IDictionary<RelationshipClass, List<IModelElement>>
member ComposedChildrenToAdd : IDictionary<RelationshipClass, List<IModelElement>>

Property Value

Type: System.Collections.Generic.IDictionary<RelationshipClass, List<IModelElement>>

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace