ModelComparisonChangeDefinition.ComposingChildrenEqual Property

Gets a list of composing child elements that are equal.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, IModelElement>
An IDictionary<TKey, TValue> object where each dictionary item has two IModelElement objects.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>