SendKeysAction.Text Property

Gets or sets the text to be sent to the element.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property Text As String
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Property Value

Type: System.String
The text.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SendKeysAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged