iOSAppConfigurator.AutArguments(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the arguments to send to the AUT.
public Xamarin.UITest.Configuration.iOSAppConfigurator AutArguments (System.Collections.Generic.IEnumerable<string> arguments);
member this.AutArguments : seq<string> -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function AutArguments (arguments As IEnumerable(Of String)) As iOSAppConfigurator
Parameters
- arguments
- IEnumerable<String>
A collection of string values to send to the AUT.