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.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
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
)
Parameters
- testResolutionStates
Type: System.Collections.Generic.IEnumerable<ITestResolutionState>
- fileName
Type: System.String
See Also
ITestResolutionStateHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top