Sdílet prostřednictvím


WebTestContext.IsReadOnly – vlastnost

Získá hodnotu označující, zda WebTestContext je jen pro čtení.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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

Hodnota vlastnosti

Typ: System.Boolean
Hodnota je vždy false.

Implementuje

ICollection<T>.IsReadOnly

Poznámky

Toto je zahrnut, protože WebTestContext implementuje IDictionary.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů