The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSourceDescriptorCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the DataSourceDescriptor specified.
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.
Property Value
Type: System.ComponentModel.Design.Data::DataSourceDescriptor^The specified DataSourceDescriptor.
.NET Framework
Available since 2.0
Available since 2.0
Show: