XmlTestReader.Read(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.