Partager via


ModelComparisonChangeDefinition.HierarchicalChildrenEquivalent, propriété

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HierarchicalChildrenEquivalent As IDictionary(Of List(Of IModelElement), List(Of IModelElement))
    Get
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>>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ModelComparisonChangeDefinition Classe

Microsoft.Data.Schema.SchemaModel, espace de noms