Gets or sets the selected items of the list in a comma separated format.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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
.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.WindowsRuntimeControls Namespace