Właściwość ActionList.Actions
Pobiera listę akcji.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public List<UITestAction> Actions { get; }
public:
property List<UITestAction^>^ Actions {
List<UITestAction^>^ get();
}
member Actions : List<UITestAction> with get
Public ReadOnly Property Actions As List(Of UITestAction)
Wartość właściwości
Type: System.Collections.Generic.List<UITestAction>
Lista akcji.
Zobacz też
UITestAction
Klasa ActionList
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku