Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestAction::IsParameterBound Property

 

If this action can be parameterized, gets or sets a value that indicates whether the action is bound to a test parameter.

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

public:
property bool IsParameterBound {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the action is bound to a test parameter; otherwise, false.

Exception Condition
NotSupportedException

The IsParameterizable property is false. This means this action cannot be parameterized.

Raises the PropertyChanged event when the value is set.

Return to top
Show: