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)

Syntax

'Declaration
<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")> _
<GroupingPropertyAttribute> _
Public ReadOnly Property IsRunnable As Boolean
[UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
[GroupingPropertyAttribute]
public bool IsRunnable { get; }
[UserVisiblePropertyAttribute(L"{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
[GroupingPropertyAttribute]
public:
virtual property bool IsRunnable {
    bool get () sealed;
}
[<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")>]
[<GroupingPropertyAttribute>]
abstract IsRunnable : bool
[<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")>]
[<GroupingPropertyAttribute>]
override IsRunnable : bool
final function get IsRunnable () : boolean

Property Value

Type: System.Boolean
true if this test element is runnable; otherwise, false.

Implements

ITestElement.IsRunnable

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace