Bagikan melalui


ModelComparisonChangeDefinition.HierarchicalChildrenModified Property

Gets a list of information about the hierarchical child elements that have been modified.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>
An IDictionary<TKey, TValue> object where each item in the dictionary has an IModelElement object and a ModelComparisonChangeDefinition object.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>