Condividi tramite


Proprietà UITestAction.IsParameterizable

Ottiene un valore che indica se questa azione può essere parametrizzata.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property IsParameterizable As Boolean
public virtual bool IsParameterizable { get; }
public:
virtual property bool IsParameterizable {
    bool get ();
}
abstract IsParameterizable : bool with get
override IsParameterizable : bool with get
function get IsParameterizable () : boolean

Valore proprietà

Tipo: System.Boolean
true se all'azione corrente è possibile aggiungere parametri. In caso contrario false.Il valore predefinito è false.

Note

Se questa proprietà è false, qualunque tentativo di ottenere o di impostare la proprietà IsParameterBound genererà un'eccezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestAction Classe

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

IsParameterBound