Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringThe Work Item Query Language (WIQL) that will be executed.
- context
Type: IDictionary
Return Value
Type: 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.