HtmlComboBox.Items 屬性

取得此下拉式方塊中的項目集合。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
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

屬性值

型別:Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
此下拉式方塊中的項目集合。

.NET Framework 安全性

請參閱

參考

HtmlComboBox 類別

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空間

UITestControlCollection