This documentation is archived and is not being maintained.
BaseTuip::IsTestPropertiesReadOnly Method
Visual Studio 2012
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)
Parameters
- test
- Type: Microsoft.VisualStudio.TestTools.Common::ITestElement
An ITestElement object.
Return Value
Type: System::Booleantrue if the properties in the provided test element are read-only; otherwise, false.
Implements
ITuip::IsTestPropertiesReadOnly(ITestElement)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: