Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes given test failure states to the given xml file.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Export ( _
testFailureTypes As IEnumerable(Of ITestFailureType), _
fileName As String _
)
void Export(
IEnumerable<ITestFailureType> testFailureTypes,
string fileName
)
void Export(
IEnumerable<ITestFailureType^>^ testFailureTypes,
String^ fileName
)
abstract Export :
testFailureTypes:IEnumerable<ITestFailureType> *
fileName:string -> unit
function Export(
testFailureTypes : IEnumerable<ITestFailureType>,
fileName : String
)
Parameters
testFailureTypes
Type: IEnumerable<ITestFailureType>Test failure states to be written in the file
- fileName
Type: String
.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.