WinList.CheckedItems Property

Gets or sets an array of list items that are checked.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property CheckedItems As String()
public virtual string[] CheckedItems { get; set; }
public:
virtual property array<String^>^ CheckedItems {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract CheckedItems : string[] with get, set
override CheckedItems : string[] with get, set
function get CheckedItems () : String[]
function set CheckedItems (value : String[])

Property Value

Type: array<System.String[]
An array of list items that are checked.

.NET Framework Security

See Also

Reference

WinList Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace