This documentation is archived and is not being maintained.

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)

public:
virtual bool IsTestPropertiesReadOnly(
	ITestElement^ test
)

Return Value

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

Implements

ITuip::IsTestPropertiesReadOnly(ITestElement)

Show: