BaseTuip.IsTestPropertiesReadOnly Method

Returns a value that indicates whether the properties in the provided test element are read-only.

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

Syntax

'Declaration
Public Overridable Function IsTestPropertiesReadOnly ( _
    test As ITestElement _
) As Boolean
public virtual bool IsTestPropertiesReadOnly(
    ITestElement test
)
public:
virtual bool IsTestPropertiesReadOnly(
    ITestElement^ test
)
abstract IsTestPropertiesReadOnly : 
        test:ITestElement -> bool 
override IsTestPropertiesReadOnly : 
        test:ITestElement -> bool 
public function IsTestPropertiesReadOnly(
    test : ITestElement
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the properties in the provided test element are read-only; otherwise, false.

Implements

ITuip.IsTestPropertiesReadOnly(ITestElement)

.NET Framework Security

See Also

Reference

BaseTuip Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement