SilverlightTable.SelectionMode Property
Gets the selection mode of the table.
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 DataGridSelectionMode
Get
public virtual DataGridSelectionMode SelectionMode { get; }
public:
virtual property DataGridSelectionMode SelectionMode {
DataGridSelectionMode get ();
}
abstract SelectionMode : DataGridSelectionMode
override SelectionMode : DataGridSelectionMode
function get SelectionMode () : DataGridSelectionMode
Property Value
Type: System.Windows.Controls.DataGridSelectionMode
A DataGridSelectionMode value that represents the selection mode of the table.
.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