BrowserAction.ActionType (Propiedad)

Obtiene o establece el tipo de 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 Property ActionType As BrowserActionType
public BrowserActionType ActionType { get; set; }
public:
property BrowserActionType ActionType {
    BrowserActionType get ();
    void set (BrowserActionType value);
}
member ActionType : BrowserActionType with get, set
function get ActionType () : BrowserActionType
function set ActionType (value : BrowserActionType)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.BrowserActionType
Tipo de acción.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

BrowserAction Clase

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

BrowserActionType

PropertyChanged