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.

XmlTestReader::Read Method (String^)

 

Reads the specified XML file and returns an array of test objects.

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

public:
array<Object^>^ Read(
	String^ location
)

Parameters

location
Type: System::String^

The name of the file to read.

Return Value

Type: array<System::Object^>^

An array of test objects.

Return to top
Show: