Partilhar via


Propriedade UITestInterpreterCore.CurrentAction

Ação sendo executada.

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

Sintaxe

'Declaração
Protected Friend ReadOnly Property CurrentAction As UITestAction
protected internal UITestAction CurrentAction { get; }
protected public:
property UITestAction^ CurrentAction {
    UITestAction^ get ();
}
member CurrentAction : UITestAction with get
function get CurrentAction () : UITestAction

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Retorna UITestAction.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreterCore Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration