Information
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::IsRunnable Property

 

Gets or sets a value that indicates whether this test element is runnable.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
property bool IsRunnable {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if this test element is runnable; otherwise, false.

Return to top
Show: