Share via


SendKeys.TextValue Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
'Usage
Dim instance As SendKeys
Dim value As EncryptionInformation

value = instance.TextValue

instance.TextValue = value
public EncryptionInformation TextValue { get; set; }
public:
property EncryptionInformation^ TextValue {
    EncryptionInformation^ get ();
    void set (EncryptionInformation^ value);
}
function get TextValue () : EncryptionInformation
function set TextValue (value : EncryptionInformation)
member TextValue : EncryptionInformation with get, set

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation

.NET Framework Security

See Also

Reference

SendKeys Class

SendKeys Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace