Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the selected items in this list control as a string.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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: System.String
The selected items in this list control as a string.
.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.WpfControls Namespace