UITestPropertyProvider.GetPropertyDescriptor(UITestControl, String) Method

Definition

public:
 abstract Microsoft::VisualStudio::TestTools::UITesting::UITestPropertyDescriptor ^ GetPropertyDescriptor(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ uiTestControl, System::String ^ propertyName);
public abstract Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor GetPropertyDescriptor (Microsoft.VisualStudio.TestTools.UITesting.UITestControl uiTestControl, string propertyName);
abstract member GetPropertyDescriptor : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * string -> Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Public MustOverride Function GetPropertyDescriptor (uiTestControl As UITestControl, propertyName As String) As UITestPropertyDescriptor

Parameters

uiTestControl
UITestControl
propertyName
String

Returns

Applies to