Поделиться через


ModelComparisonResult.ElementGroupsEqual - свойство

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>>

Значение свойства

Тип: System.Collections.Generic.IDictionary<IList<IModelElement>, IList<IModelElement>>

Безопасность платформы .NET Framework

См. также

Ссылки

ModelComparisonResult Класс

Microsoft.Data.Schema.SchemaModel - пространство имен