Método UITestPropertyProvider.GetPropertyForAction

Quando substituído em uma classe derivada, retorna o nome da propriedade que é usada pela ação especificada em um determinado controle.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public MustOverride Function GetPropertyForAction ( _
    uiTestControl As UITestControl, _
    action As UITestAction _
) As String
public abstract string GetPropertyForAction(
    UITestControl uiTestControl,
    UITestAction action
)
public:
virtual String^ GetPropertyForAction(
    UITestControl^ uiTestControl, 
    UITestAction^ action
) abstract
abstract GetPropertyForAction : 
        uiTestControl:UITestControl * 
        action:UITestAction -> string 
public abstract function GetPropertyForAction(
    uiTestControl : UITestControl, 
    action : UITestAction
) : String

Parâmetros

Valor de retorno

Tipo: System.String
O nome da propriedade que é usada pela ação especificada.

Segurança do .NET Framework

Consulte também

Referência

UITestPropertyProvider Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting

UITestControl

UITestAction