Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the number of tests in this result that failed.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")> _
Public Overridable ReadOnly Property FailedCount As String
[UserVisiblePropertyAttribute("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")]
public virtual string FailedCount { get; }
[UserVisiblePropertyAttribute(L"{510BFB2D-385B-4b00-8E72-72F88F48AD00}")]
public:
virtual property String^ FailedCount {
String^ get ();
}
[<UserVisiblePropertyAttribute("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")>]
abstract FailedCount : string with get
[<UserVisiblePropertyAttribute("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")>]
override FailedCount : string with get
function get FailedCount () : String
Property Value
Type: String
The number of tests in this result that failed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.