HtmlList.SelectedItemsAsString Property
Gets a string that contains a comma-delimited list of the selected items in this list.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Property SelectedItemsAsString As String
public virtual string SelectedItemsAsString { get; set; }
public:
virtual property String^ SelectedItemsAsString {
String^ get ();
void set (String^ value);
}
abstract SelectedItemsAsString : string with get, set
override SelectedItemsAsString : string with get, set
function get SelectedItemsAsString () : String
function set SelectedItemsAsString (value : String)
Property Value
Type: String
A string that contains a comma-delimited list of the selected items in this list.
.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.HtmlControls Namespace