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<String[]
An array of list items that are checked.
.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.WinControls Namespace