共用方式為


XamlComboBox.Items 屬性

取得 listitems 集合在下拉式方塊中。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
組件:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.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 安全性

請參閱

參考

XamlComboBox 類別

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