Sdílet prostřednictvím


ModelComparisonChangeDefinition.HierarchicalChildrenEquivalent – vlastnost

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

Microsoft.Data.Schema.SchemaModel – obor názvů