Compartir a través de


UITestAction.IsParameterBound (Propiedad)

Si esta acción se puede parametrizar, obtiene o establece un valor que indica si la acción está enlazada a un parámetro de pruebas.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean
true si la acción está enlazada a un parámetro de pruebas; de lo contrario, false.

Excepciones

Excepción Condición
NotSupportedException

La propiedad IsParameterizable es false. Esto significa que esta acción no se puede parametrizar.

Comentarios

Genera el evento PropertyChanged cuando se establece el valor.

Seguridad de .NET Framework

Vea también

Referencia

UITestAction Clase

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

IsParameterizable

PropertyChanged