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.
DataSourceElementCollection::Item Property (Int32)
Gets or sets a DataSourceElement at the specified index location.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public: property DataSourceElement^ default[ int index ] { DataSourceElement^ get(int index); void set(int index, DataSourceElement^ value); }
Parameters
- index
-
Type:
System::Int32
The location of the DataSourceElement.
Property Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting::DataSourceElement^A DataSourceElement object.
Show: