Proprietà TestStepMarkerAction.Outcome
Ottiene o imposta il risultato del passo del marcatore.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
'Dichiarazione
Public Property Outcome As String
public string Outcome { get; set; }
public:
property String^ Outcome {
String^ get ();
void set (String^ value);
}
member Outcome : string with get, set
function get Outcome () : String
function set Outcome (value : String)
Valore proprietà
Tipo: String
Risultato.
Note
L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common