WpfList.IsMultipleSelection Property
Gets a value that indicates whether this list control can have multiple selections.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsMultipleSelection As Boolean
public virtual bool IsMultipleSelection { get; }
public:
virtual property bool IsMultipleSelection {
bool get ();
}
abstract IsMultipleSelection : bool with get
override IsMultipleSelection : bool with get
function get IsMultipleSelection () : boolean
Property Value
Type: Boolean
true if this list control can have multiple selections; otherwise, false.
.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