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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.