Condividi tramite


Proprietà UITest.CurrentActionList

Ottiene o imposta l'elenco delle azioni del test codificato dell'interfaccia utente corrente.

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 CurrentActionList As ActionList
public ActionList CurrentActionList { get; set; }
public:
property ActionList^ CurrentActionList {
    ActionList^ get ();
    void set (ActionList^ value);
}
member CurrentActionList : ActionList with get, set
function get CurrentActionList () : ActionList
function set CurrentActionList (value : ActionList)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Elenco delle azioni di test correnti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITest Classe

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

ActionList