Information
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 (String^)

 

Gets a DataSourceElement identified by name.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property DataSourceElement^ default[
	String^ name
] {
	DataSourceElement^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of the DataSourceElement to return.

Property Value

Type: Microsoft.VisualStudio.TestTools.UnitTesting::DataSourceElement^

A DataSourceElement object, or null if the name key does not exist.

Return to top
Show: