MarkerAction.MarkerInformation-Eigenschaft

Ruft Informationen über diese Aktion ab oder legt sie fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String

Hinweise

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

.NET Framework-Sicherheit

Siehe auch

Referenz

MarkerAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged