DataSourceGroupCollection::Add Method (DataSourceGroup^)

 

Adds a DataSourceGroup to the collection.

Namespace:   System.ComponentModel.Design.Data
Assembly:  System.Design (in System.Design.dll)

public:
int Add(
	DataSourceGroup^ value
)

Parameters

value
Type: System.ComponentModel.Design.Data::DataSourceGroup^

A DataSourceGroup to add to the collection.

Return Value

Type: System::Int32

The index of the DataSourceGroup that was added to the collection.

.NET Framework
Available since 2.0
Return to top
Show: