Freigeben über


HtmlComboBox.Items-Eigenschaft

Ruft die Auflistung der Elemente in diesem Kombinationsfeld ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblys:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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 with get 
override Items : UITestControlCollection with get
function get Items () : UITestControlCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Die Auflistung der Elemente in diesem Kombinationsfeld.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlComboBox Klasse

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControlCollection