Compartir a través de


UITestPropertyProvider.GetPropertyForControlState (Método)

Cuando se reemplaza en una clase derivada, devuelve una matriz de nombres de propiedad y una matriz de todos los valores de estado para el control dado que coinciden con el valor de estado del control especificado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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[]

Parámetros

  • stateValues
    Tipo: array<System.Boolean[]%
    (Salida) Una matriz de valores booleanos para las propiedades devueltas.

Valor devuelto

Tipo: array<System.String[]
Una matriz de nombres de propiedad para el control dado que coinciden con el valor de estado del control especificado.

Seguridad de .NET Framework

Vea también

Referencia

UITestPropertyProvider Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)

UITestControl

ControlStates

Otros recursos

Habilitar pruebas de IU codificadas en los controles