Udostępnij za pośrednictwem


Właściwość MarkerAction.MarkerInformation

 

Pobiera lub ustawia informacje o tej akcji.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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

Wartość właściwości

Type: System.String

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zobacz też

PropertyChanged
Klasa MarkerAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku