This documentation is archived and is not being maintained.

ITuip::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)

bool IsTestPropertiesReadOnly(
	ITestElement^ test
)

Return Value

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

Show: