Udostępnij za pośrednictwem


Właściwość SetValueAction.TextValue

 

Pobiera lub ustawia wartość tej akcji jako ciąg znaków.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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

Wartość właściwości

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

Wartość tę akcję jako ciąg.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zobacz też

PropertyChanged
Klasa SetValueAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku