Compartir a través de


ModelComparisonResult.ElementGroupsEqual (Propiedad)

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

Sintaxis

'Declaración
Public ReadOnly Property ElementGroupsEqual As IDictionary(Of IList(Of IModelElement), IList(Of IModelElement))
    Get
public IDictionary<IList<IModelElement>, IList<IModelElement>> ElementGroupsEqual { get; }
public:
property IDictionary<IList<IModelElement^>^, IList<IModelElement^>^>^ ElementGroupsEqual {
    IDictionary<IList<IModelElement^>^, IList<IModelElement^>^>^ get ();
}
member ElementGroupsEqual : IDictionary<IList<IModelElement>, IList<IModelElement>>
function get ElementGroupsEqual () : IDictionary<IList<IModelElement>, IList<IModelElement>>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ModelComparisonResult Clase

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