Share via


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

.NET Framework Security

See Also

Reference

ModelComparisonResult Class

AddToAddElementList Overload

Microsoft.Data.Schema.SchemaModel Namespace