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.

SetValueAction::PreferEdit Property

 

Gets or sets a value that indicates whether to use an edit operation for combo boxes instead of a select operation to set the value.

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

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

Property Value

Type: System::Boolean

true to prefer edit; otherwise, false.

Setting this property raises the PropertyChanged event.

Return to top
Show: