UITestAction.ActionName Propriedade
Obtém o nome de ação.O procedimento de set não é suportado nessa classe base.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public virtual string ActionName { get; set; }
public:
property String^ ActionName {
virtual String^ get();
virtual void set(String^ value);
}
abstract ActionName : string with get, set
override ActionName : string with get, set
Public Overridable Property ActionName As String
Valor de propriedade
Type: System.String
O nome de ação.
Exceções
Exception | Condition |
---|---|
NotSupportedException | Foi feita uma tentativa para definir o valor da propriedade. |
Consulte também
Classe UITestAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo