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 the list by using a comma-separated string.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property SelectedItemsAsString As String
Get
Set
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
A String that contains a comma-separated list of the selected items in the 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.SilverlightControls Namespace