Partager via


SetValueAction.TextValue, propriété

Obtient ou définit la valeur de cette action en tant que chaîne.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
Valeur de cette action en tant que chaîne.

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

SetValueAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

PropertyChanged