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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.