ISharedStepHelper.Find 方法 (Int32, Int32)

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

语法

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

参数

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

.NET Framework 安全性

请参见

参考

ISharedStepHelper 接口

Find 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间