Condividi tramite


Proprietà TestRunConfiguration.IsExecutedRemotely

Ottiene o imposta un valore booleano che indica se l'esecuzione dei test deve essere eseguita in modalità remota.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property IsExecutedRemotely As Boolean
    Get
    Set
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se l'esecuzione dei test deve essere effettuata in modalità remota; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common