UITestPropertyProvider.GetPropertyForAction 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 System::String ^ GetPropertyForAction(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ uiTestControl, Microsoft::VisualStudio::TestTools::UITest::Common::UITestAction ^ action);
public abstract string GetPropertyForAction (Microsoft.VisualStudio.TestTools.UITesting.UITestControl uiTestControl, Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction action);
abstract member GetPropertyForAction : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction -> string
Public MustOverride Function GetPropertyForAction (uiTestControl As UITestControl, action As UITestAction) As String
Parameters
- uiTestControl
- UITestControl
- action
- Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction