KeyboardAction.ActionName (Propiedad)

Obtiene o establece el nombre de esta acción.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Overrides Property ActionName As String
public override string ActionName { get; set; }
public:
virtual property String^ ActionName {
    String^ get () override;
    void set (String^ value) override;
}
abstract ActionName : string with get, set
override ActionName : string with get, set
override function get ActionName () : String
override function set ActionName (value : String)

Valor de propiedad

Tipo: System.String
Nombre de esta acción.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

KeyboardAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged