Sdílet prostřednictvím


TestElement.ErrorMessageForNonRunnable – vlastnost

Získá chybovou zprávu, pokud není kontrolní prvek spustitelného.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
<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

Hodnota vlastnosti

Typ: String
Chybová zpráva, pokud není kontrolní prvek spustitelného.

Implementuje

ITestElement.ErrorMessageForNonRunnable

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestElement Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů