SendKeysAction.TextValue-Eigenschaft

Ruft den Text der Aktion ab, die auf Grundlage des Werts der IsEncoded-Eigenschaft verschlüsselt sein kann, oder legt diesen Text fest.

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

Syntax

'Declaration
Public Property TextValue As EncryptionInformation
    Get
    Set
public EncryptionInformation TextValue { get; set; }
public:
property EncryptionInformation^ TextValue {
    EncryptionInformation^ get ();
    void set (EncryptionInformation^ value);
}
member TextValue : EncryptionInformation with get, set
function get TextValue () : EncryptionInformation
function set TextValue (value : EncryptionInformation)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
Der Text der Aktion.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

SendKeysAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged

EncryptionInformation

IsEncoded