Scheduler for WinRT
Add Method (C1BindingSource)


The System.Object to add.
Adds an existing item to the internal list.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As C1BindingSource
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public virtual int Add( 
   object value
)

Parameters

value
The System.Object to add.

Return Value

The position into which the new element was inserted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.