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::AssignIsRunnable Method (Boolean, String^)
Assigns values for the IsRunnable and ErrorMessageForNonRunnable properties.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- runnable
-
Type:
System::Boolean
true if the element is runnable; otherwise, false.
- errorMessage
-
Type:
System::String^
A message for the test framework to use if the element is not runnable.
Show: