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
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")> _
Public ReadOnly Property IsRunnable As Boolean
'Usage
Dim instance As TestElement
Dim value As Boolean
value = instance.IsRunnable
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
public bool IsRunnable { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
public:
virtual property bool IsRunnable {
bool get () sealed;
}
public final function get IsRunnable () : boolean
Property Value
Type: System.Boolean
true if this test element is runnable; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.