Partager via


ModelComparisonChangeDefinition.ComposingChildrenEquivalent, propriété

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

Syntaxe

'Déclaration
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>>

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