SilverlightEdit.SelectionEnd Property
Gets or sets or the end of the selected text.
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 SelectionEnd As Integer
Get
Set
public virtual int SelectionEnd { get; set; }
public:
virtual property int SelectionEnd {
int get ();
void set (int value);
}
abstract SelectionEnd : int with get, set
override SelectionEnd : int with get, set
function get SelectionEnd () : int
function set SelectionEnd (value : int)
Property Value
Type: System.Int32
A Int32 that represents the index of the ending point in the edit control.
.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