Sdílet prostřednictvím


MarkerAction.MarkerInformation – vlastnost

Získá nebo nastaví informace o této akci.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Property MarkerInformation As String
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)

Hodnota vlastnosti

Typ: System.String

Poznámky

Nastavení této vlastnosti vyvolává PropertyChanged událostí.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

MarkerAction Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

PropertyChanged