ModelComparisonResult.AddToAddElementList Method (IList<IModelElement>)
Adds elements to the add element list.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddToAddElementList ( _
elements As IList(Of IModelElement) _
)
public void AddToAddElementList(
IList<IModelElement> elements
)
public:
void AddToAddElementList(
IList<IModelElement^>^ elements
)
member AddToAddElementList :
elements:IList<IModelElement> -> unit
public function AddToAddElementList(
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.