Partilhar via


Propriedade ModelComparisonChangeDefinition.ComposingChildrenEquivalent

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

Sintaxe

'Declaração
Public ReadOnly Property ComposingChildrenEquivalent As IDictionary(Of List(Of IModelElement), List(Of IModelElement))
    Get
public IDictionary<List<IModelElement>, List<IModelElement>> ComposingChildrenEquivalent { get; }
public:
property IDictionary<List<IModelElement^>^, List<IModelElement^>^>^ ComposingChildrenEquivalent {
    IDictionary<List<IModelElement^>^, List<IModelElement^>^>^ get ();
}
member ComposingChildrenEquivalent : IDictionary<List<IModelElement>, List<IModelElement>>
function get ComposingChildrenEquivalent () : IDictionary<List<IModelElement>, List<IModelElement>>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ModelComparisonChangeDefinition Classe

Namespace Microsoft.Data.Schema.SchemaModel