从服务器检索一个共享步骤。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ISharedStep Find(
int sharedStepId,
int revision
)
ISharedStep^ Find(
int sharedStepId,
int revision
)
abstract Find :
sharedStepId:int *
revision:int -> ISharedStep
Function Find (
sharedStepId As Integer,
revision As Integer
) As ISharedStep
参数
- sharedStepId
共享步骤的 ID。
- revision
共享步骤的版本。
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
请参阅
Find 重载
ISharedStepHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首