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.
Represents an interface that an object can implement to provide test data in the test results.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface ITestElementResultTestPropertyProvider
public interface ITestElementResultTestPropertyProvider
public interface class ITestElementResultTestPropertyProvider
type ITestElementResultTestPropertyProvider = interface end
public interface ITestElementResultTestPropertyProvider
The ITestElementResultTestPropertyProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
FillDataRow | Fills the provided data row by using test result data. |
Top
Remarks
Test elements that already implement this interface. Objects that do not inherit from TestElement must implement this interface in order to provide test data in the test results.
.gif)