Sdílet prostřednictvím


ModelComparisonChangeDefinition.ComposingChildrenOrderChanged – vlastnost

Získá seznam vytváření podřízené prvky, které jste změnili pořadí.

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

Syntaxe

'Deklarace
Public ReadOnly Property ComposingChildrenOrderChanged As IDictionary(Of ModelRelationshipClass, List(Of IModelElement))
    Get
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>>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
IDictionary<TKey, TValue> Kde jednotlivé položky slovníku má zdrojový a cílový objekt IModelElement objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

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

IModelElement

IDictionary<TKey, TValue>