Método ITestResolutionStateHelper.Export (IEnumerable<ITestResolutionState>, String)
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
void Export(
IEnumerable<ITestResolutionState> testResolutionStates,
string fileName
)
void Export(
IEnumerable<ITestResolutionState^>^ testResolutionStates,
String^ fileName
)
abstract Export :
testResolutionStates:IEnumerable<ITestResolutionState> *
fileName:string -> unit
Sub Export (
testResolutionStates As IEnumerable(Of ITestResolutionState),
fileName As String
)
Parâmetros
- testResolutionStates
Type: System.Collections.Generic.IEnumerable<ITestResolutionState>
- fileName
Type: System.String
Consulte também
Interface ITestResolutionStateHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo