Compartilhar via


Propriedade ITestPlanCollection.QueryText

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém ou define a consulta padrão que é usada para preencher a hierarquia de plano de teste. Isso inclui execuções de teste e pontos de teste.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property QueryText As String
    Get
    Set
string QueryText { get; set; }
property String^ QueryText {
    String^ get ();
    void set (String^ value);
}
abstract QueryText : string with get, set
function get QueryText () : String
function set QueryText (value : String)

Valor de propriedade

Tipo: System.String
A consulta padrão.

Segurança do .NET Framework

Consulte também

Referência

ITestPlanCollection Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPlan

ITestPoint

ITestRun