ModelComparisonChangeDefinition.ComposingChildrenOrderChanged Property
Gets a list of composing child elements that have changed order.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ComposingChildrenOrderChanged As IDictionary(Of ModelRelationshipClass, List(Of IModelElement))
public IDictionary<ModelRelationshipClass, List<IModelElement>> ComposingChildrenOrderChanged { get; }
public:
property IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ ComposingChildrenOrderChanged {
IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ get ();
}
member ComposingChildrenOrderChanged : IDictionary<ModelRelationshipClass, List<IModelElement>>
function get ComposingChildrenOrderChanged () : IDictionary<ModelRelationshipClass, List<IModelElement>>
Property Value
Type: System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
An IDictionary<TKey, TValue> object where each dictionary item has both source and target IModelElement objects.
.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.
See Also
Reference
ModelComparisonChangeDefinition Class