Condividi tramite


Proprietà ITestRun.IsAutomated

Ottiene o imposta un valore che indica se l'esecuzione dei test contiene test che devono essere eseguiti automaticamente.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property IsAutomated As Boolean
bool IsAutomated { get; set; }
property bool IsAutomated {
    bool get ();
    void set (bool value);
}
abstract IsAutomated : bool with get, set
function get IsAutomated () : boolean
function set IsAutomated (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se l'esecuzione dei test contiene test che devono essere eseguiti automaticamente; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestRun Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client