The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestControlCollection::GetPropertyValuesOfControls<T> Method (String^)
Gets the property values for given property name for all controls in the collection.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- propertyName
-
Type:
System::String^
Name of property whose value has to be returned.
Return Value
Type: array<T>^The array of property values for all controls in the collection.
Type Parameters
- T
Type of value of property.
Show: