TestElement.IsRunnable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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