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