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
<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
Valeur de propriété
Type : System.String
Message d'erreur à utiliser si l'élément de test n'est pas exécutable.
Implémentations
ITestElement.ErrorMessageForNonRunnable
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.