Propriedade TestStepMarkerAction.Outcome

Obtém ou define o resultado da etapa de marcador.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property Outcome As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
O resultado.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

TestStepMarkerAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged