UITestAction.IsParameterizable Property

Gets a value that indicates whether this action can be parameterized.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Property Value

Type: System.Boolean
true if this action can be parameterized; otherwise, false. The default is false.

Remarks

If this property is false, any attempt to get or set the IsParameterBound property will cause an exception.

.NET Framework Security

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

IsParameterBound