Sdílet prostřednictvím


ModelComparisonResult.ElementGroupsEqual – vlastnost

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonResult Třída

Microsoft.Data.Schema.SchemaModel – obor názvů