共用方式為


WebTestContext.IsReadOnly 屬性

取得值,這個值表示 WebTestContext 是否為唯讀。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

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

屬性值

型別:System.Boolean
這個值一定是 false。

實作

ICollection<T>.IsReadOnly

備註

此項被包含在內是因為 WebTestContext 實作了 IDictionary

.NET Framework 安全性

請參閱

參考

WebTestContext 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間