Partilhar via


Propriedade TestElement.ErrorMessageForNonRunnable

Obtém a mensagem de erro a ser usado se o elemento de teste não é executável.

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

Sintaxe

'Declaração
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
<PropertyWindowAttribute> _
Public ReadOnly Property ErrorMessageForNonRunnable As String
    Get
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
[PropertyWindowAttribute]
public string ErrorMessageForNonRunnable { get; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property String^ ErrorMessageForNonRunnable {
    String^ get () sealed;
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
[<PropertyWindowAttribute>]
abstract ErrorMessageForNonRunnable : string
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
[<PropertyWindowAttribute>]
override ErrorMessageForNonRunnable : string
final function get ErrorMessageForNonRunnable () : String

Valor de propriedade

Tipo: System.String
A mensagem de erro a ser usado se o elemento de teste não é executável.

Implementações

ITestElement.ErrorMessageForNonRunnable

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common