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
- 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.