Share via


WpfComboBox.Items Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a collection of items in the list part of this combo box.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 items in the list part of this combo box.

.NET Framework Security

See Also

Reference

WpfComboBox Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace