DataSourceDescriptorCollection::Item Property (Int32)

 

Gets or sets the DataSourceDescriptor specified.

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

public:
property DataSourceDescriptor^ default[
	int index
] {
	DataSourceDescriptor^ get(int index);
	void set(int index, DataSourceDescriptor^ value);
}

Parameters

index
Type: System::Int32

The DataSourceDescriptor specified.

.NET Framework
Available since 2.0
Return to top
Show: