ITestResolutionStateHelper.ImportFromFile Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function ImportFromFile ( _
    fileName As String _
) As IEnumerable(Of ITestResolutionState)
IEnumerable<ITestResolutionState> ImportFromFile(
    string fileName
)
IEnumerable<ITestResolutionState^>^ ImportFromFile(
    String^ fileName
)
abstract ImportFromFile : 
        fileName:string -> IEnumerable<ITestResolutionState> 
function ImportFromFile(
    fileName : String
) : IEnumerable<ITestResolutionState>

Parameters

  • fileName
    Type: String

Return Value

Type: IEnumerable<ITestResolutionState>

.NET Framework Security

See Also

Reference

ITestResolutionStateHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace