Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries for shared test steps that match the provided query and parameters.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Query ( _
queryText As String, _
context As IDictionary _
) As IEnumerable(Of ISharedStep)
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 : String,
context : IDictionary
) : IEnumerable<ISharedStep>
Parameters
- queryText
Type: System.String
The Work Item Query Language (WIQL) that will be executed.
- context
Type: System.Collections.IDictionary
Return Value
Type: System.Collections.Generic.IEnumerable<ISharedStep>
The list of requested shared test steps.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.