SetStateAction.StateAsString-Eigenschaft

Ruft den Zustandswert dieser Aktion als string ab oder legt ihn entsprechend fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String
Der Zustandswert dieser Aktion als string.

Hinweise

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SetStateAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged