UIActionInterpreter.TopLevelWindowSinglePassSearch (Propiedad)

Obtiene o establece un valor que indica si la búsqueda de un solo paso se utilizará para las ventanas de nivel superior.

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

Sintaxis

'Declaración
Public Property TopLevelWindowSinglePassSearch As Boolean
public bool TopLevelWindowSinglePassSearch { get; set; }
public:
property bool TopLevelWindowSinglePassSearch {
    bool get ();
    void set (bool value);
}
member TopLevelWindowSinglePassSearch : bool with get, set
function get TopLevelWindowSinglePassSearch () : boolean
function set TopLevelWindowSinglePassSearch (value : boolean)

Valor de propiedad

Tipo: System.Boolean
true para utilizar la búsqueda de aprobación única; de lo contrario, false.

Comentarios

MTR establece esta propiedad en true en init y la restaura después del primer no acción de marcador de prueba- paso.

Tan a diferencia de otras propiedades, esto tiene que aplicar inmediatamente y no en ApplyInterprterSettings únicamente.

Seguridad de .NET Framework

Vea también

Referencia

UIActionInterpreter Clase

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (Espacio de nombres)