ITestFailureTypeHelper.Export – metoda
Zapíše daný test selhání států daný xml souboru.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
)
Parametry
testFailureTypes
Typ: IEnumerable<ITestFailureType>Test selhání států k zápisu do souboru
- fileName
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.