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