Compartir a través de


ModelComparisonChangeDefinition.ComposingChildrenEquivalent (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ModelComparisonChangeDefinition Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)