Share via


UITestPropertyProvider.GetPropertyForControlState Method

Definition

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[]

Applies to