Aracılığıyla paylaş


PostWebTestRecordingEventArgs.RecordedWebTestModified Özellik

Alır veya ayarlar bir eklenti kayıtlı Web performans sınaması olay işleyicisinde içeriğinde değişiklik göstergesi.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean
true RecordedWebTest olarak değiştirildiği WebTestRecorderPlugin olay işleyicisi; Aksi takdirde, false.

Açıklamalar

Kullanıcı kodu içeriğini değiştirir, RecordedWebTest , WebTestRecorderPlugin olay işleyicisi RecordedWebTestModified ayarlanmalıdır true , WebTestRecorderPlugin olay işleyicisi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

PostWebTestRecordingEventArgs Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı

Diğer Kaynaklar

Kaydedici Eklentisi Nasıl Oluşturulur