UITestPropertyProvider.GetPropertyForControlState メソッド
派生クラスでオーバーライドされた場合、指定されたコントロールの状態の値に一致するプロパティ名の配列とすべての状態の値の配列を返します。
名前空間: Microsoft.VisualStudio.TestTools.UITesting
アセンブリ: 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[]
パラメーター
- uiTestControl
型: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
プロパティ名を取得する UITestControl コントロール。
- uiState
型: Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates
ControlStates 値のいずれか。
- stateValues
型: array<System.Boolean[]%
(出力) 返されるプロパティのブール値の配列。
戻り値
型: array<System.String[]
指定されたコントロールの状態の値に一致するプロパティ名の配列。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。