ModelComparisonResult.RemoveFromChangedElementList Method (IList<IModelElement>)
Removes a list of elements from the changed elements list.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub RemoveFromChangedElementList ( _
sourceElements As IList(Of IModelElement) _
)
public void RemoveFromChangedElementList(
IList<IModelElement> sourceElements
)
public:
void RemoveFromChangedElementList(
IList<IModelElement^>^ sourceElements
)
member RemoveFromChangedElementList :
sourceElements:IList<IModelElement> -> unit
public function RemoveFromChangedElementList(
sourceElements : IList<IModelElement>
)
Parameters
- sourceElements
Type: System.Collections.Generic.IList<IModelElement>
The list of elements to remove.
.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.