Propriedade UITestActionListEventArgs.ActionListSection

Obtém ou define a seção de lista de ação de teste da interface do usuário associada.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property ActionListSection As UITestActionListSection
    Get
    Private Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
A seção lista associada.

Segurança do .NET Framework

Consulte também

Referência

UITestActionListEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestActionListSection