Freigeben über


WebTestContext.IsReadOnly-Eigenschaft

Ruft einen Wert ab, der angibt, ob die WebTestContext schreibgeschützt ist.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Eigenschaftswert

Typ: System.Boolean
Der Wert ist immer false.

Implementiert

ICollection<T>.IsReadOnly

Hinweise

Vorhanden, da IDictionary von WebTestContext implementiert wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestContext Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace