SilverlightEdit.SelectionText Property
Gets or sets the currently 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 SelectionText As String
Get
Set
public virtual string SelectionText { get; set; }
public:
virtual property String^ SelectionText {
String^ get ();
void set (String^ value);
}
abstract SelectionText : string with get, set
override SelectionText : string with get, set
function get SelectionText () : String
function set SelectionText (value : String)
Property Value
Type: System.String
The currently selected text.
.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