Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.