Share via


TestElement.IsRunnable Property

Definition

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

public:
 property bool IsRunnable { bool get(); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_IsRunnable")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
public bool IsRunnable { get; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_IsRunnable")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")>]
member this.IsRunnable : bool
Public ReadOnly Property IsRunnable As Boolean

Property Value

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

Implements

Attributes

Applies to