创建并返回一个新的共享步骤结果。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ISharedStepResult CreateSharedStepResult(
int actionId,
int sharedStepId
)
ISharedStepResult^ CreateSharedStepResult(
int actionId,
int sharedStepId
)
abstract CreateSharedStepResult :
actionId:int *
sharedStepId:int -> ISharedStepResult
Function CreateSharedStepResult (
actionId As Integer,
sharedStepId As Integer
) As ISharedStepResult
参数
- actionId
测试操作的数字 ID。
- sharedStepId
共享步骤的数字 ID。
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
新的共享步骤结果。
请参阅
ISharedStepResult
ITestIterationResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首