发布时间: 2016年4月
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
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
)
参数
- testResolutionStates
Type: System.Collections.Generic.IEnumerable<ITestResolutionState>
- fileName
Type: System.String
请参阅
ITestResolutionStateHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首