Information
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.

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

public:
generic<typename T>
array<T>^ GetPropertyValuesOfControls(
	String^ propertyName
)

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.

Return to top
Show: