ModelComparisonChangeDefinition.HierarchicalChildrenModified Property
Gets a list of information about the hierarchical child elements that have been modified.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property HierarchicalChildrenModified As IDictionary(Of IModelElement, ModelComparisonChangeDefinition)
public IDictionary<IModelElement, ModelComparisonChangeDefinition> HierarchicalChildrenModified { get; }
public:
property IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ HierarchicalChildrenModified {
IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ get ();
}
member HierarchicalChildrenModified : IDictionary<IModelElement, ModelComparisonChangeDefinition>
function get HierarchicalChildrenModified () : IDictionary<IModelElement, ModelComparisonChangeDefinition>
Property Value
Type: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>
An IDictionary<TKey, TValue> object where each item in the dictionary has an IModelElement object and a ModelComparisonChangeDefinition object.
.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