This topic has not yet been rated - Rate this topic

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 bool PreferEdit { get; set; }

Property Value

Type: System.Boolean
true to prefer edit; otherwise, false.

Setting this property raises the PropertyChanged event.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.