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.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Query ( _
queryText As String _
) As IEnumerable(Of ISharedStep)
IEnumerable<ISharedStep> Query(
string queryText
)
IEnumerable<ISharedStep^>^ Query(
String^ queryText
)
abstract Query :
queryText:string -> IEnumerable<ISharedStep>
function Query(
queryText : String
) : IEnumerable<ISharedStep>
Parameters
- queryText
Type: System.String
The Work Item Query Language (WIQL) that will be executed.
Return Value
Type: System.Collections.Generic.IEnumerable<ISharedStep>
The list of matching 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.