XmlTestReader.Read(String) Method

Definition

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

public:
 cli::array <System::Object ^> ^ Read(System::String ^ location);
public object[] Read (string location);
member this.Read : string -> obj[]
Public Function Read (location As String) As Object()

Parameters

location
String

The name of the file to read.

Returns

Object[]

An array of test objects.

Applies to