Partager via


MarkerAction.MarkerInformation, propriété

Obtient ou définit des informations sur cette action.

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 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)

Valeur de propriété

Type : System.String

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

MarkerAction Classe

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

PropertyChanged