Partager via


UITestAction.IsParameterBound, propriété

Si cette action est paramétrable, obtient ou définit une valeur qui indique si l'action est liée à un paramètre de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si l'action est liée à un paramètre de test ; sinon, false.

Exceptions

Exception Condition
NotSupportedException

La propriété IsParameterizable est false. Cela signifie que cette action ne peut pas être paramétrée.

Notes

Déclenche l'événement PropertyChanged lorsque la valeur est définie.

Sécurité .NET Framework

Voir aussi

Référence

UITestAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

IsParameterizable

PropertyChanged