ITestResolutionStateHelper.ImportFromFile 方法 (String)

 

发布时间: 2016年4月

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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)

参数

返回值

Type: System.Collections.Generic.IEnumerable<ITestResolutionState>

请参阅

ITestResolutionStateHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首