MindFusion WinForms Programmer's Guide
IItemFactory.AddItem Method
See Also
 





Creates a new item and adds it to the specified collection.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

Object AddItem (
    IList items
)

Visual Basic  Copy Code

Function AddItem( _
    items As IList _
) As Object

 Parameters

items

The collection where the items should be added.

 Return Value

The newly created item.

 See Also

IItemFactory Members
IItemFactory Interface
MindFusion.DataBinding Namespace