共用方式為


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 命名空間