SilverlightComboBox.Items Property
Gets the list of items in the combo box.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
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
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A UITestControlCollection object that contains the items in the combo box.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace