Udostępnij za pośrednictwem


Właściwość PostWebTestRecordingEventArgs.RecordedWebTestModified —

Zwraca lub ustawia wskazanie, że dodatek typu plug-in zmodyfikowane zawartość zarejestrowane testu wydajności sieci Web programu obsługi zdarzeń.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property RecordedWebTestModified As Boolean
public bool RecordedWebTestModified { get; set; }
public:
property bool RecordedWebTestModified {
    bool get ();
    void set (bool value);
}
member RecordedWebTestModified : bool with get, set
function get RecordedWebTestModified () : boolean
function set RecordedWebTestModified (value : boolean)

Wartość właściwości

Typ: System.Boolean
true Jeśli RecordedWebTest został zmodyfikowany w WebTestRecorderPlugin programu obsługi zdarzeń; w przeciwnym razie false.

Uwagi

Jeśli kod użytkownika modyfikuje zawartość RecordedWebTest w WebTestRecorderPlugin obsługi zdarzeń RecordedWebTestModified musi być ustawiony na true w WebTestRecorderPlugin programu obsługi zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PostWebTestRecordingEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting

Inne zasoby

Jak: tworzenie rejestratora dodatek typu Plug-In