Udostępnij za pośrednictwem


Metoda UITestPropertyProvider.GetPropertyForControlState —

Gdy zastąpiony w klasie pochodnej, zwraca tablicę nazw właściwości i tablica wszystkich wartości stanu dla danego formantu, które pasują do wartości stanu określonego formantu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting
Zestaw:  Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)

Składnia

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

Parametry

  • stateValues
    Typ: array<System.Boolean[]%
    (Wyjście) Tablica wartości Boolean zwrócone właściwości.

Wartość zwracana

Typ: array<System.String[]
Tablica nazw właściwości dla danego formantu, które pasują do wartości stanu określonego formantu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestPropertyProvider Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting

UITestControl

ControlStates

Inne zasoby

Włącz kodowane UI Testowanie formantów