Propriedade SendKeysAction.Text

Obtém ou define o texto a ser enviado para o elemento.

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

Sintaxe

'Declaração
Public Property Text As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
O texto.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

SendKeysAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged