Поделиться через


ModelComparisonChangeDefinition.HierarchicalChildrenEquivalent - свойство

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>>

Значение свойства

Тип: System.Collections.Generic.IDictionary<List<IModelElement>, List<IModelElement>>

Безопасность платформы .NET Framework

См. также

Ссылки

ModelComparisonChangeDefinition Класс

Microsoft.Data.Schema.SchemaModel - пространство имен