ISharedStepHelper.Find 方法

从服务器中检索共享测试步骤。

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

语法

声明
Function Find ( _
    sharedStepId As Integer _
) As ISharedStep
ISharedStep Find(
    int sharedStepId
)
ISharedStep^ Find(
    int sharedStepId
)
abstract Find : 
        sharedStepId:int -> ISharedStep 
function Find(
    sharedStepId : int
) : ISharedStep

参数

  • sharedStepId
    类型:System.Int32
    请求共享步骤的标识符。

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
所请求的 ISharedStep 对象。

.NET Framework 安全性

请参见

参考

ISharedStepHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ISharedStep