MarkerAction.MarkerInformation (Propiedad)

Obtiene o establece información sobre esta acción.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

MarkerAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged