Condividi tramite


Proprietà UITestAction.IsParameterBound

Se l'azione può essere parametrizzata, ottiene o imposta un valore che indica se l'azione è associata a un parametro di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
Public Property IsParameterBound As Boolean
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)

Valore proprietà

Tipo: System.Boolean
true se l'azione è associata a un parametro di test. In caso contrario false.

Eccezioni

Eccezione Condizione
NotSupportedException

La proprietà IsParameterizable è false.Ciò significa che all'azione non è possibile aggiungere parametri.

Note

Genera l'evento PropertyChanged quando il valore viene impostato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

IsParameterizable

PropertyChanged