ModelComparisonChangeDefinition.ComposingChildrenEquivalent Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ComposingChildrenEquivalent As IDictionary(Of List(Of IModelElement), List(Of IModelElement))
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>>
Property Value
Type: System.Collections.Generic.IDictionary<List<IModelElement>, List<IModelElement>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.