Propriedade PlaybackSettings.WaitForReadyLevel

Obtém ou define o WaitForReadyLevel a ser usada para WaitForReady chamadas durante uma operação de pesquisa.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.WaitForReadyLevel
O nível de pronto.

Segurança do .NET Framework

Consulte também

Referência

PlaybackSettings Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting