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 命名空间