ModelingBindingSource.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an existing item to the list.
public:
override int Add(System::Object ^ value);
public override int Add (object value);
override this.Add : obj -> int
Public Overrides Function Add (value As Object) As Integer
Parameters
- value
- Object
The item to be added to the list.
Returns
The zero-based index at which value was added to the list represented by the System.Windows.Forms.BindingSource.List property.
Exceptions
Occurs if the AllowNew flag is set to false.