ModelComparisonChangeDefinition.ComposingChildrenModified Property

Gets a list of composing child elements that have changed.

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)
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>

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>
An IDictionary<TKey, TValue> object where each dictionary item has the source composing child IModelElement object and the target composing child IModelElement.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>