UITestControlCollection.GetValuesOfControls Method

Gets the values of all controls in the collection.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function GetValuesOfControls As String()
public string[] GetValuesOfControls()
public:
array<String^>^ GetValuesOfControls()
member GetValuesOfControls : unit -> string[] 
public function GetValuesOfControls() : String[]

Return Value

Type: array<String[]
The array of values of all controls in the collection.

.NET Framework Security

See Also

Reference

UITestControlCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace