UITestPropertyProvider.GetPropertyDescriptor(UITestControl, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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