Partager via


Propriété MarkerAction.MarkerInformation

 

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

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

Valeur de propriété

Type: System.String

Notes

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

Voir aussi

PropertyChanged
MarkerAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début