Condividi tramite


Proprietà PostWebTestRecordingEventArgs.RecordedWebTestModified

Ottiene o imposta un valore che indica che un plug-in ha modificato il contenuto del test delle prestazioni Web registrato nel gestore eventi.

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
    Get
    Set
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 l'oggetto RecordedWebTest è stato modificato nel gestore eventi WebTestRecorderPlugin. In caso contrario false.

Note

Se il codice utente modifica il contenuto di RecordedWebTest nel gestore eventi WebTestRecorderPlugin, RecordedWebTestModified deve essere impostato su true nel gestore eventi WebTestRecorderPlugin.

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