Share via


ModelComparisonResult.ChangeDefinition.ComposedChildrenEqual Property

Gets a collection of composed children that are equal.

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

Syntax

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

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

Property Value

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

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace