ITestResolutionStateHelper.ImportFromFile Method (String)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<ITestResolutionState> ImportFromFile(
string fileName
)
IEnumerable<ITestResolutionState^>^ ImportFromFile(
String^ fileName
)
abstract ImportFromFile :
fileName:string -> IEnumerable<ITestResolutionState>
Function ImportFromFile (
fileName As String
) As IEnumerable(Of ITestResolutionState)
Parameters
- fileName
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<ITestResolutionState>
See Also
ITestResolutionStateHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top