ModelComparisonResult.RemoveFromEqualElementList Method (IList<IModelElement>)
Removes a list of elements from the equal elements list.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub RemoveFromEqualElementList ( _
sourceElements As IList(Of IModelElement) _
)
public void RemoveFromEqualElementList(
IList<IModelElement> sourceElements
)
public:
void RemoveFromEqualElementList(
IList<IModelElement^>^ sourceElements
)
member RemoveFromEqualElementList :
sourceElements:IList<IModelElement> -> unit
public function RemoveFromEqualElementList(
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.