Partager via


TestElement.ErrorMessageForNonRunnable, propriété

Obtient le message d'erreur à utiliser si l'élément de test n'est pas exécutable.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Valeur de propriété

Type : String
Message d'erreur à utiliser si l'élément de test n'est pas exécutable.

Implémentations

ITestElement.ErrorMessageForNonRunnable

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms