ITestCase.GetReferencedSharedStep 方法 (Int32)
返回测试用例引用的该共享步骤。当与sharedStepId对应的共享步骤未通过测试用例,则引用从返回null。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Function GetReferencedSharedStep ( _
sharedStepId As Integer _
) As ISharedStep
ISharedStep GetReferencedSharedStep(
int sharedStepId
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId
)
abstract GetReferencedSharedStep :
sharedStepId:int -> ISharedStep
function GetReferencedSharedStep(
sharedStepId : int
) : ISharedStep
参数
- sharedStepId
类型:System.Int32
返回值
类型:Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。