TestElement.ReadOnly Property

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

Syntax

'宣言
Public MustOverride Property ReadOnly As Boolean
'使用
Dim instance As TestElement
Dim value As Boolean

value = instance.ReadOnly

instance.ReadOnly = value
public abstract bool ReadOnly { get; set; }
public:
virtual property bool ReadOnly {
    bool get () abstract;
    void set (bool value) abstract;
}
public abstract function get ReadOnly () : boolean
public abstract function set ReadOnly (value : boolean)

Property Value

Type: System.Boolean

Implements

ITestElement.ReadOnly

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace