Delen via


ModelComparisonChangeDefinition.HierarchicalChildrenEquivalent Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace