SilverlightList.SelectionMode Property
Gets a value that indicates the selection mode of the list.
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 ReadOnly Property SelectionMode As SelectionMode
Get
public virtual SelectionMode SelectionMode { get; }
public:
virtual property SelectionMode SelectionMode {
SelectionMode get ();
}
abstract SelectionMode : SelectionMode
override SelectionMode : SelectionMode
function get SelectionMode () : SelectionMode
Property Value
Type: System.Windows.Forms.SelectionMode
A SelectionMode value.
.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