Share via


ModelComparisonResult.ElementsChanged Property

Gets a collection of elements that are changed.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ElementsChanged As IDictionary(Of IModelElement, ModelComparisonChangeDefinition)
public IDictionary<IModelElement, ModelComparisonChangeDefinition> ElementsChanged { get; }
public:
property IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ ElementsChanged {
    IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ get ();
}
member ElementsChanged : IDictionary<IModelElement, ModelComparisonChangeDefinition>
function get ElementsChanged () : IDictionary<IModelElement, ModelComparisonChangeDefinition>

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, ModelComparisonChangeDefinition>

.NET Framework Security

See Also

Reference

ModelComparisonResult Class

Microsoft.Data.Schema.SchemaModel Namespace