Metoda UITest.Append — (IEnumerable<UITestAction>)
Dołącza podany wykaz działań test ten test interfejsu użytkownika.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public int Append(
IEnumerable<UITestAction> actions
)
public:
int Append(
IEnumerable<UITestAction^>^ actions
)
member Append :
actions:IEnumerable<UITestAction> -> int
Public Function Append (
actions As IEnumerable(Of UITestAction)
) As Integer
Parametry
- actions
An IEnumerable list of UITestAction objects.
Wartość zwracana
Type: System.Int32
Liczba akcji badania, które zostały dołączone.
Zobacz też
UITestAction
Append Przeciążenie
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku