UITestPropertyProvider.GetPropertyForControlState 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 cli::array <System::String ^> ^ GetPropertyForControlState(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ uiTestControl, Microsoft::VisualStudio::TestTools::UITest::Extension::ControlStates uiState, [Runtime::InteropServices::Out] cli::array <bool> ^ % stateValues);
public abstract string[] GetPropertyForControlState (Microsoft.VisualStudio.TestTools.UITesting.UITestControl uiTestControl, Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates uiState, out bool[] stateValues);
abstract member GetPropertyForControlState : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates * Boolean[] -> string[]
Public MustOverride Function GetPropertyForControlState (uiTestControl As UITestControl, uiState As ControlStates, ByRef stateValues As Boolean()) As String()
Parameters
- uiTestControl
- UITestControl
- uiState
- ControlStates
- stateValues
- Boolean[]
Returns
String[]