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.

UITestPropertyProvider::GetPropertyDescriptor Method (UITestControl^, String^)

 

Returns the property descriptor for the specified property of the given control.

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

public:
virtual UITestPropertyDescriptor^ GetPropertyDescriptor(
	UITestControl^ uiTestControl,
	String^ propertyName
) abstract

Parameters

uiTestControl
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

A UITestControl.

propertyName
Type: System::String^

The name of the property.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::UITestPropertyDescriptor^

The requested property descriptor.

Return to top
Show: