The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::ReadOnly Property
When overridden in a derived class, gets or sets a value that indicates whether this test element is read-only.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property bool ReadOnly { virtual bool get() abstract; virtual void set(bool value) abstract; }
Implements
ITestElement::ReadOnly
Show: