Condividi tramite


Proprietà BrowserAction.ActionType

Ottiene o imposta il tipo di azione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.BrowserActionType
Tipo di azione.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BrowserAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

BrowserActionType

PropertyChanged