共用方式為


UITestPropertyProvider.GetPropertyForControlState 方法

在衍生類別中覆寫時,傳回屬性名稱的陣列,以及在指定的控制項中所有符合指定之控制項狀態值的狀態值的陣列。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public MustOverride Function GetPropertyForControlState ( _
    uiTestControl As UITestControl, _
    uiState As ControlStates, _
    <OutAttribute> ByRef stateValues As Boolean() _
) As String()
public abstract string[] GetPropertyForControlState(
    UITestControl uiTestControl,
    ControlStates uiState,
    out bool[] stateValues
)
public:
virtual array<String^>^ GetPropertyForControlState(
    UITestControl^ uiTestControl, 
    ControlStates uiState, 
    [OutAttribute] array<bool>^% stateValues
) abstract
abstract GetPropertyForControlState : 
        uiTestControl:UITestControl * 
        uiState:ControlStates * 
        stateValues:bool[] byref -> string[] 
public abstract function GetPropertyForControlState(
    uiTestControl : UITestControl, 
    uiState : ControlStates, 
    stateValues : boolean[]
) : String[]

參數

  • stateValues
    類型:array<Boolean[]%

    (輸出) 所傳回屬性的布林值陣列。

傳回值

類型:array<String[]
在指定的控制項中符合所指定控制項狀態值的屬性名稱的陣列。

.NET Framework 安全性

請參閱

參考

UITestPropertyProvider 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestControl

ControlStates

其他資源

啟用控制項的自動程式碼 UI 測試功能