Proprietà PostWebTestRecordingEventArgs.RecordedWebTestModified

Ottiene o imposta indica che un plug-in ha modificato il contenuto del gestore registrato il test delle prestazioni Web nell'evento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se RecordedWebTest è stato modificato in WebTestRecorderPlugin gestore eventi; in caso contrario, false.

Note

Se il codice utente modifica il contenuto RecordedWebTest in WebTestRecorderPlugin gestore eventi, RecordedWebTestModified deve essere impostata su true in WebTestRecorderPlugin gestore eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostWebTestRecordingEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting

Altre risorse

Procedura: creare un plug-in di registrazione