ModelComparisonResult.AddToChangedElementList Method (IDictionary<IModelElement, ModelComparisonChangeDefinition>)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddToChangedElementList ( _
changedElements As IDictionary(Of IModelElement, ModelComparisonChangeDefinition) _
)
public void AddToChangedElementList(
IDictionary<IModelElement, ModelComparisonChangeDefinition> changedElements
)
public:
void AddToChangedElementList(
IDictionary<IModelElement^, ModelComparisonChangeDefinition^>^ changedElements
)
member AddToChangedElementList :
changedElements:IDictionary<IModelElement, ModelComparisonChangeDefinition> -> unit
public function AddToChangedElementList(
changedElements : IDictionary<IModelElement, ModelComparisonChangeDefinition>
)
Parameters
- changedElements
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.