Partilhar via


Propriedade UITestAction.ActualThinkTime

Obtém ou define o tempo de pensamento depois que processa outros parâmetros da reprodução que são fornecidos por UIActionInterpreter, como ThinkTimeMultiplier.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property ActualThinkTime As Integer
public int ActualThinkTime { get; set; }
public:
property int ActualThinkTime {
    int get ();
    void set (int value);
}
member ActualThinkTime : int with get, set
function get ActualThinkTime () : int
function set ActualThinkTime (value : int)

Valor de propriedade

Tipo: System.Int32
o número real de segundos.

Comentários

Gera o evento de PropertyChanged quando valor está definido.

Segurança do .NET Framework

Consulte também

Referência

UITestAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UIActionInterpreter

ThinkTimeMultiplier

PropertyChanged