Propriedade ModelComparisonChangeDefinition.ComposingChildrenEquivalent
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public ReadOnly Property ComposingChildrenEquivalent As IDictionary(Of List(Of IModelElement), List(Of IModelElement))
Get
public IDictionary<List<IModelElement>, List<IModelElement>> ComposingChildrenEquivalent { get; }
public:
property IDictionary<List<IModelElement^>^, List<IModelElement^>^>^ ComposingChildrenEquivalent {
IDictionary<List<IModelElement^>^, List<IModelElement^>^>^ get ();
}
member ComposingChildrenEquivalent : IDictionary<List<IModelElement>, List<IModelElement>>
function get ComposingChildrenEquivalent () : IDictionary<List<IModelElement>, List<IModelElement>>
Valor de propriedade
Tipo: System.Collections.Generic.IDictionary<List<IModelElement>, List<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.