Share via


WpfProperties.ComboBox.EditableItem Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Allows read and write access to the EditableItem property of the ComboBox.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared ReadOnly EditableItem As String
'Usage
Dim value As String

value = WpfProperties..::..ComboBox.EditableItem
public static readonly string EditableItem
public:
static initonly String^ EditableItem
static val EditableItem: string
public static final var EditableItem : String

Remarks

The EditableItem property is used to set a new value in an editable ComboBox.

Use with GetProperty and SetProperty to get and set this property of a UITestControl.

.NET Framework Security

See Also

Reference

WpfProperties.ComboBox Class

WpfProperties.ComboBox Members

Microsoft.VisualStudio.TestTools.UITesting Namespace