ShapeCollection.IList.Add Method (Object)
Adds the specified object to the collection.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
int IList.Add(
object value
)
private:
virtual int Add(
Object^ value
) sealed = IList::Add
private abstract Add :
value:Object -> int
private override Add :
value:Object -> int
Private Function Add (
value As Object
) As Integer
Implements IList.Add
Parameters
value
Type: System.ObjectThe object to add to the collection.
Return Value
Type: System.Int32
The specified object in the collection.
Implements
See Also
ShapeCollection Class
Microsoft.VisualBasic.PowerPacks Namespace
Return to top