Propriedade MarkerAction.MarkerInformation

Obtém ou define informações sobre esta ação.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

MarkerAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged