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)
Syntax
'Declaration
Public Function Read ( _
___location As String _
) As Object()
public Object[] Read(
string ___location
)
public:
array<Object^>^ Read(
String^ ___location
)
member Read :
___location:string -> Object[]
public function Read(
___location : String
) : Object[]
Parameters
___location
Type: StringThe name of the file to read.
Return Value
Type: array<Object[]
An array of test objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.