命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
public interface ISharedStepHelper
public interface class ISharedStepHelper
type ISharedStepHelper = interface end
Public Interface ISharedStepHelper
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
Count(String) | Returns the number of shared test steps that match the given query. |
![]() |
Count(String, IDictionary) | Returns a count of the shared test steps that match the given query and context. |
![]() |
Create() | Creates a new shared test step object that will be created on the server only when the ITestBase.Save method of the shared test step is called. |
![]() |
DoRequiredFieldsExist() | Returns a value that indicates whether the administrator has customized this work item type to omit some or all fields that are required for all shared steps. |
![]() |
Find(Int32) | Retrieves a shared test step from the server. |
![]() |
Find(Int32, Int32) | 从服务器检索一个共享步骤。 |
![]() |
IsWorkItemCompatible(WorkItem) | Returns a value that indicates whether the provided work item is a shared step. |
![]() |
Query(String) | Queries for shared test steps that match the provided query. |
![]() |
Query(String, IDictionary) | Queries for shared test steps that match the provided query and parameters. |
备注
这里不会更新任何内容;请不要在这里添加材料。
请参阅
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.gif)