Partilhar via


Propriedade TestElement.IsRunnable

Obtém ou define um valor que indica se o elemento de teste é executável.

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

Sintaxe

'Declaração
<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")> _
<GroupingPropertyAttribute> _
Public ReadOnly Property IsRunnable As Boolean
    Get
[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

Valor de propriedade

Tipo: System.Boolean
true Se o elemento de teste é executável; Caso contrário, false.

Implementações

ITestElement.IsRunnable

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common