WinComboBox.Items Property

Gets a collection of the items in the combo box control.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Items As UITestControlCollection
public virtual UITestControlCollection Items { get; }
public:
virtual property UITestControlCollection^ Items {
    UITestControlCollection^ get ();
}
abstract Items : UITestControlCollection
override Items : UITestControlCollection
function get Items () : UITestControlCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of the items in the combo box control.

.NET Framework Security

See Also

Reference

WinComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControlCollection