ITestList.ReadOnly Property

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

Syntax

'宣言
ReadOnly Property ReadOnly As Boolean
'使用
Dim instance As ITestList
Dim value As Boolean

value = instance.ReadOnly
bool ReadOnly { get; }
property bool ReadOnly {
    bool get ();
}
function get ReadOnly () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ITestList Interface

ITestList Members

Microsoft.VisualStudio.TestTools.Common Namespace