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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client