Propriedade ModelComparisonResult.ElementGroupsEqual
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Collections.Generic.IDictionary<IList<IModelElement>, IList<IModelElement>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.