ISharedStepHelper.Query 方法 (String, IDictionary)

 

发布时间: 2016年4月

有关与提供的查询和参数匹配的共享的测试步骤的查询。

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

语法

IEnumerable<ISharedStep> Query(
    string queryText,
    IDictionary context
)
IEnumerable<ISharedStep^>^ Query(
    String^ queryText,
    IDictionary^ context
)
abstract Query : 
        queryText:string *
        context:IDictionary -> IEnumerable<ISharedStep>
Function Query (
    queryText As String,
    context As IDictionary
) As IEnumerable(Of ISharedStep)

参数

  • queryText
    Type: System.String

    工作项查询语言 (WIQL) 将执行。

  • wiqlContext
    类型:IDictionary。 WIQL 参数的命名值的字典。

返回值

Type: System.Collections.Generic.IEnumerable<ISharedStep>

请求的共享的测试步骤的列表。

请参阅

ISharedStep
IDictionary
Query 重载
ISharedStepHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首