Proprietà UITestActionListEventArgs.ActionListSection
Ottiene o imposta la sezione dell'elenco di azioni di test dell'interfaccia utente associata.
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 ActionListSection As UITestActionListSection
public UITestActionListSection ActionListSection { get; private set; }
public:
property UITestActionListSection ActionListSection {
UITestActionListSection get ();
private: void set (UITestActionListSection value);
}
member ActionListSection : UITestActionListSection with get, private set
function get ActionListSection () : UITestActionListSection
private function set ActionListSection (value : UITestActionListSection)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
Sezione elenco associata.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
UITestActionListEventArgs Classe
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common