Freigeben über


TestElement.ErrorMessageForNonRunnable-Eigenschaft

Ruft die Fehlermeldung ab, die verwendet werden soll, wenn das Testelement nicht ausführbar ist.

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

Syntax

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

Eigenschaftswert

Typ: System.String
Die Fehlermeldung, die verwendet werden soll, wenn das Testelement nicht ausführbar ist.

Implementiert

ITestElement.ErrorMessageForNonRunnable

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace