WpfComboBox.Items 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得此下拉式方塊之清單組件中的項目集合。

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

語法

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

屬性值

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

.NET Framework 安全性

請參閱

參考

WpfComboBox 類別

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